Mounir Lamouri
d42641e046
Backout bug 633627 due to reftest perma-orange.
2011-08-31 20:05:31 +02:00
Chris Lord
90221339d6
Bug 683514 - Add support for the GL_EXT_unpack_subimage extension. r=joe
...
A GLES 2.0 extension exists that allows us to use GL_UNPACK_ROW_LENGTH, amongst
other variables. This really helps us when uploading sub-regions of a buffer
that don't span the entire width of that buffer (for example, when scrolling
horizontally).
This extension is available on Android tablets, and possibly other Tegra 2
devices, so is very much worth taking advantage of.
Details:
http://www.khronos.org/registry/gles/extensions/EXT/GL_EXT_unpack_subimage.txt
2011-08-31 18:25:25 +01:00
Alon Zakai
e52b4cddeb
Bug 682166 - Allow absolute pathnames in js console read(). r=cdleary
2011-08-31 09:40:14 -07:00
Brian R. Bondy
360ee8b8c5
Bug 682688 - Formatting fix for previous push. r=joe
2011-08-31 12:30:21 -04:00
Josh Matthews
ded72467ac
Bug 683614 - Fix typo in oninvalid event handler name in test. r=mounir
2011-08-31 18:06:49 +02:00
Benjamin Stover
287d94109a
Bug 633627 Create shadow bitmap in device space r=joe
2011-08-31 09:03:58 -07:00
Mounir Lamouri
a8065cb251
Merging mozilla-central to mozilla-inbound.
2011-08-31 17:59:12 +02:00
Luke Wagner
b9b6d3a839
Bug 683403 - rm JS_LONE_INTERPRET (r=igor)
...
--HG--
extra : rebase_source : 73f7db4fae965860767a6ae52d278a85990a67df
2011-08-31 08:48:06 -07:00
Mounir Lamouri
617706ea28
Bug 667183 - Create a static nsGlobalWindow::Init method to do one-shot initializations currently in nsGlobalWindow ctor. r=jst
2011-08-31 16:54:39 +02:00
Mounir Lamouri
a244ae76a6
Merging mozilla-inbound into mozilla-central.
2011-08-31 16:56:23 +02:00
Ehsan Akhgari
f224153f00
Bug 683449 - DigiNotar patch erroneously blocks one of the two Staat der Nederlanden roots; r=kaie
2011-08-31 10:11:17 -04:00
Rob Campbell
c4dc91996b
merge m-c to fx-team
2011-08-31 09:21:43 -03:00
Marco Bonardo
0ac46ce463
Bug 681420 - Improve responsiveness of history deletion.
...
r=dietrich sr=rstrong
2011-08-31 13:46:22 +02:00
Atul Aggarwal
1f2e128682
Bug 679653 - Makes li.value follow rules for integer reflection. r=mounir
2011-08-31 12:34:07 +02:00
Ms2ger
db421e9af0
Bug 659053 - Followup to make Node.isSameNode fast again; r=bz over IRC
2011-08-31 11:23:34 +02:00
Marco Bonardo
8cf3ae6985
Merge mozilla-central and mozilla-inbound
2011-08-31 10:43:43 +02:00
Chris Jones
3bb2a7384c
Bug 683063, part 1: Don't delete ContentParent out from under the cleanup process. r=jdm
2011-08-30 21:11:25 -07:00
Chris Pearce
774c08666b
Bug 683421 - Make MediaTestManager less 'batchy'. r=kinetik
2011-08-31 15:38:10 +12:00
Mark Finkle
4758a3151a
Bug 683167 - Disable tablet UI during unit testing [r=jmaher]
2011-08-30 23:06:58 -04:00
Brian Hackett
cc9bf1df05
Keep key register pinned longer when accessing elements of hoisted arguments objects, bug 683207. r=dvander
2011-08-30 19:23:55 -07:00
Matt Woodrow
6be6f0f332
Bug 505115 - Part 17 - Add style tests for the new transform functions, and transitions. r=dbaron
2011-08-31 14:03:47 +12:00
Matt Woodrow
01e1bd10d1
Bug 505115 - Part 13 - Add basic reftests for 3d transforms. r=roc
2011-08-31 14:03:43 +12:00
Matt Woodrow
f440cab612
Bug 682615 - Use fallible new for BasicPlanarYCbCrImage. r=roc
2011-08-31 14:03:34 +12:00
Matt Woodrow
9759f6564b
Bug 591358 - Delay creation of canvases until we actually draw to them. r=roc
2011-08-31 14:03:31 +12:00
Sander van Veen
5bdf386f72
Bug 673158 - Separate regexp JIT code and normal mjit code in about:memory. code=sandervv,Bas.Weelinck, r=nnethercote.
2011-08-30 17:21:36 -07:00
Jim Chen
626d8d3053
Bug 674806 - e. Override ARCHFLAG instead of DSO_CFLAGS to retain -fPIC on Android; r=
2011-08-30 17:11:37 -07:00
Jim Chen
031e5ad085
Bug 674806 - d. Use char* for pointer arithmetic [r=mwu]
2011-08-30 17:11:37 -07:00
Jim Chen
bb78e1b03d
Bug 680190 - Notify jemalloc when forking on Android; r=cjones
2011-08-30 17:11:36 -07:00
Matt Brubeck
9034f3008b
Back out 0432fe833c93 (bug 667183) because of build bustage
2011-08-30 17:11:34 -07:00
Mounir Lamouri
bc757a1977
Bug 667183 - Create a static nsGlobalWindow::Init method to do one-shot initializations currently in nsGlobalWindow ctor. r=jst
2011-08-31 01:36:07 +02:00
Bob Moss
2c2ee6a2ed
Bug 668517 Add "stay awake" functionality into watcher for sutagent r=ctalbert
2011-08-30 15:54:07 -07:00
Benoit Jacob
a7fc0ecbca
Bug 682506 - Upgrade ANGLE to r740 - r=upstream
...
I need this now especially as it gets us the shader modification mechanisms to work around Mac GL crashes, see bug 665578
The relevant ANGLE revisions are 734, 738, and 740 fixes a bug in 738.
This also allows us to reset our set of cherrypicked ANGLE revisions which was starting to be very big.
2011-08-30 18:50:05 -04:00
Blake Kaplan
9d762ab23e
Bug 671148 - De-bogosify test_EvalInSandbox.xul's handling of iframes. r=peterv
2011-08-30 15:26:57 -07:00
Blake Kaplan
a70e6c3d8f
Bug 679877 - Allow properties to be resolved on these objects. r=jst
2011-08-30 15:26:50 -07:00
Blake Kaplan
746a346624
Fix bug 670319. r=jst
2011-08-30 15:25:59 -07:00
Benoit Jacob
0bdbd97349
Bug 683216 - shut up a WebGL test failure about OES_texture_float - r=jrmuizel
...
This test is valid, but flaky as it relies on GC happening at a particular time. A recent JS engine change making it actually happen caused it to actually catch a bug we've always had in the OES_texture_float impl, see the discussion on bug 630672, and I don't have time to fix that now.
2011-08-30 18:01:50 -04:00
Marco Castelluccio
a1151d128d
Bug 682744 - Sprinkle some do_QueryObject fairy dust around the tree; r=khuey
2011-08-30 22:45:31 +01:00
Marco Castelluccio
d44060b2e9
Bug 521264 - Don't use file.exists() when not necessary - browser/base part; r=dietrich
2011-08-30 22:45:31 +01:00
Shu-yu Guo
5ed13925ae
Bug 679977 - Guard on callee when accessing upvar through deactivated stack frame. (r=gal)
2011-08-30 22:45:31 +01:00
Paul O’Shannessy
7d139f07d1
Bug 674452 - Always restore pinned tabs (regardless of restore_on_demand) [r=dietrich]
2011-08-30 13:14:58 -07:00
Jason Orendorff
6f51b74135
Bug 561359 - Predication of method optimization is too dynamic, causing "Assertion failure: &shape.methodObject() == &prev.toObject()". r=dvander.
...
--HG--
extra : rebase_source : 0a101adb7b237c56bde65ff7af3fdfcee0ad13df
2011-08-30 12:55:46 -05:00
Mike Ratcliffe
12e6d21845
Bug 672743 - Remove category view from style inspector; r=msucan
2011-08-30 13:40:29 -03:00
Mike Ratcliffe
61c9d976da
Bug 680111 - style inspector is not showing the correct selected rule, r=msucan
2011-08-30 13:38:30 -03:00
Brian Smith
2789fe6ab4
Bug 682927 - Dis-trust DigiNotar root certificate, part 3; r=kaie,dveditz
2011-08-30 10:33:04 -04:00
Kai Engert
2552ad09db
Bug 682927 - Dis-trust DigiNotar root certificate, part 2; r=bsmith
2011-08-30 10:32:25 -04:00
Kai Engert
27d1bd32c4
Bug 682927 - Dis-trust DigiNotar root certificate, part 1; r=bsmith
2011-08-30 10:31:46 -04:00
Mike Ratcliffe
f3b4cf2717
Bug 582596 - Style view centered around answering common CSS questions, f=l10n, r=dolske, msucan
2011-08-30 09:12:02 -03:00
Jason Orendorff
4a86957135
Bug 682298 - Calling shell-only clear() function with no arguments reads garbage. r=luke.
...
--HG--
extra : rebase_source : ac11611035f5ebfc0c3b898236f70f9e8d0205b8
2011-08-30 06:10:09 -05:00
Ed Morley
18ebfbc720
Merge last green (and non Ts-regressing) changeset from m-i to m-c
2011-08-30 12:09:51 +01:00
Jason Orendorff
728be55b2e
Bug 669369 - Simplify Parser::setFunctionKinds. r=dmandelin.
...
--HG--
extra : rebase_source : 2c6d99d8cb30b947b0c1192968a30f70ef19178f
2011-08-30 06:08:30 -05:00