Daniel Holbert
35aa3d8c53
Bug 825810 part 2: When digging for a flex item's first non-anonymous descendant, check table caption list & column-group list. r=bz
2013-05-22 11:59:36 +08:00
Daniel Holbert
c0ae6eb860
Bug 825810 part 1: Make GetFirstNonAnonBoxDescendant() okay with receiving & returning null frame pointers. r=bz
2013-05-22 11:59:35 +08:00
Daniel Holbert
78739a25c8
Bug 864553 part 2: Minor cleanup to formerly-ifdef-MOZ_FLEXBOX code. r=dbaron
2013-05-22 11:44:52 +08:00
Daniel Holbert
568a0e9c03
Bug 864553 part 1: Remove ifdefs for MOZ_FLEXBOX and configure.in MOZ_FLEXBOX chunk. r=dbaron
2013-05-22 11:44:25 +08:00
Brian Hackett
84d2860f57
Bug 868206 - Various fixes for the backtracking register allocator, r=jandem.
2013-05-21 21:40:44 -06:00
Matt Woodrow
d20bcb4257
Bug 874369 - Use normal memory instead of Shmem when only sharing between processes. r=Bas
2013-05-22 11:36:39 +08:00
Matt Woodrow
b4b2c68950
Bug 874370 - Make ContentClientIncremental use a no-swap transaction. r=nical
2013-05-22 11:36:38 +08:00
Matt Woodrow
7b5e098c6e
Bug 749428 - Expose OMTC status in about:support. r=jrmuizel
2013-05-22 11:36:38 +08:00
Matt Woodrow
3763b91878
Bug 874367 - Release TextureUpdateRequest memory in the destructor to prevent leaks. r=nical
2013-05-22 11:36:38 +08:00
Masayuki Nakano
94c8042239
Bug 396542 nsFocusManager should restore caret browsing mode when an editor loses focus r=ehsan
2013-05-22 12:28:43 +09:00
Jonathan Kew
99a6af2d1d
bug 872324 - ensure window position/size attributes are passed to restoreDimensions as numbers, not strings. r=ttaubert
2013-05-22 11:02:38 +08:00
Matt Stults
d9592e088d
Bug 841615: Use MatchOnly mode for str.match(), saving wasted work when using .match() with a global regex; r=sstangl
2013-05-21 22:59:18 -04:00
Boris Zbarsky
b0c5538087
Bug 874612. Make some nsIXPConnectWrappedNative methods take a Handle<jsid> instead of a jsid. r=bholley
2013-05-21 22:59:17 -04:00
Seth Fowler
aa374ef00a
Bug 871671 - Only pause the PNG decoder when we really need a new frame. r=joe
...
--HG--
extra : rebase_source : e2ae7acd6005e5913f2c3d45c83771c8fbed729c
2013-05-22 09:52:10 +08:00
Drew Willcoxon
d6cfec98b7
Bug 873046 - Fix intermittent failure in browser_thumbnails_background.js. r=test
2013-05-21 19:45:32 -07:00
Gregory Szorc
615c504f9b
Bug 874471 - Handle mach command help more robustly; r=ted
...
DONTBUILD (NPOTB) on a CLOSED TREE
2013-05-21 15:37:06 -07:00
Luke Wagner
db9ac2b5d4
Bug 864587 - Avoid overflowing the stack on long if/else-if chains in asm.js (r=sstangl)
...
--HG--
extra : rebase_source : af47319af567ac1d6a86e67f95c5ac6d332b1713
2013-05-08 18:34:56 -07:00
Luke Wagner
6f87adbe20
Bug 686274 - Increase the limit on the maximum size of array initializers (r=bhackett)
...
--HG--
extra : rebase_source : 1c2cb231b8f7ea58089b353654efc886ad244ad0
2013-05-20 17:18:23 -07:00
John Schoenick
1c1fe9b053
Bug 868660 - Add missing check for media paused in inactive documents. r=roc
2013-05-21 14:13:59 -07:00
Shu-yu Guo
d3daa92bb0
Bug 873320 - Pass DEBUG defines into embedjs.py. (r=till)
2013-05-21 14:03:57 -07:00
Terrence Cole
cf4e01f8ef
Bug 873136 - Only store the JSRuntime on the minor tracer once; r=billm
...
--HG--
extra : rebase_source : 76fc04c63d69041cd1133da2c7fa386d711ad0af
2013-05-14 13:09:22 -07:00
Terrence Cole
bcbc015831
Bug 870496 - Purge moved objects in the NewObjectCache on minor GC; r=billm
...
--HG--
extra : rebase_source : 8d4b7df4cff1df4f1fc1de88e823a3e7541a55df
2013-05-08 12:02:48 -07:00
Terrence Cole
6ed162ee8d
Bug 873142 - Do not shrink Arrays when tenuring; r=billm
...
The JITs assume that the capacity will not change between the initarray and the
actual initialization.
--HG--
extra : rebase_source : 53a3fe20f7fc687869ee303f58fbfa1bcf7324be
2013-05-14 13:09:26 -07:00
Kannan Vijayan
e9d7d8d22f
Bug 870514 - Uncommitted nit. r=h4writer
2013-05-21 16:42:56 -04:00
Andrew Halberstadt
9c1d8dd81c
Bug 746546 - writemozinfo.py should use the buildconfig module, r=ted
2013-05-21 16:06:42 -04:00
Kannan Vijayan
d200bc093a
Bug 870514 - Add Ion stubs for optimized shadowed gets on proxy objects. r=h4writer
2013-05-21 16:40:10 -04:00
Kannan Vijayan
ab2ecefe89
Bug 870514 - Add Baseline stubs for optimized shadowed gets on proxy objects. r=h4writer
2013-05-21 16:34:41 -04:00
Margaret Leibovic
1adddb7ef2
Bug 873429 - Be sure to dismiss form autocomplete popup when there are no suggestions. r=mfinkle
2013-05-21 13:32:10 -07:00
Margaret Leibovic
e89e0d26d2
Bug 872962 - (Part 2) Clean up indentation. r=lucasr
2013-05-21 13:32:10 -07:00
Margaret Leibovic
6500701c4a
Bug 872962 - Wait for reflow before calculating position of text style popup menu. r=lucasr
2013-05-21 13:32:10 -07:00
Jason Orendorff
83482e8008
Back out 91b95649a71e for GCC bustage. r=red on a CLOSED TREE.
2013-05-21 14:29:16 -05:00
Ehsan Akhgari
e86b84cf6f
Bug 873335 - Unlink ScriptProcessorNode members before AudioNode; r=mccr8
2013-05-21 14:54:23 -04:00
Garrett Robinson
395daa67a0
Bug 791284 - Add debugging code to nsDocument::StartDocumentLoad and fix and re-enable test. r=sicking
2013-05-21 14:50:26 -04:00
Jason Orendorff
32ba8511bd
Silence clang "enumeration value not handled in switch" warnings. No bug#, rs=sfink on IRC.
2013-05-21 11:51:23 -05:00
Jason Orendorff
bbfe4f76d6
Bug 874199 - Remove file-wide namespace blocks from Parser.cpp. r=luke.
2013-05-21 11:06:42 -05:00
Jason Orendorff
aa4b06c861
Remove unused variable. No bug#, rs=Waldo on IRC.
2013-05-21 11:06:16 -05:00
Andrea Marchesini
d01e941254
Bug 869000 - Text should be constructable. r=Ms2ger
2013-05-21 14:34:36 -04:00
Andrea Marchesini
88446b2e01
Bug 868999 - Range should be constructable. r=Ms2ger
2013-05-21 14:33:28 -04:00
Eitan Isaacson
fc8d1c535c
Bug 872355 - Always use nested virtual cursors, when available. r=yzen
2013-05-21 14:16:50 -04:00
Yura Zenevich
14261d72c9
Bug 857946 - [AccessFu] enabling accessible content after closing all tabs. Adding a per process Accessibility event observer. r=eeejay
2013-05-21 14:16:49 -04:00
Boris Zbarsky
df4472c441
Bug 874154. Make sure we don't end up with uninitialized JSObject* or JS::Value in dictionaries. r=ms2ger
2013-05-21 14:15:30 -04:00
Boris Zbarsky
83e63e8ade
Bug 873229. Try harder to get a JSErrorReport out of exceptions. r=bholley,waldo
2013-05-21 14:15:30 -04:00
Boris Zbarsky
2386f5cd5f
Bug 851514. Make sure that we add the parent frame before its kids when constructing a scrollable block, so that things will appear in the right order in fixed-pos lists. r=dbaron
2013-05-21 14:15:30 -04:00
Boris Zbarsky
92fcdb83bf
Bug 874105. Make CallSetup hold a Rooted to the object it's constructed with so we don't have to worry about it going gray while things like argument conversion for the call are in progress. r=mccr8
2013-05-21 14:15:29 -04:00
Chris Peterson
5b8f442ce5
Bug 872076 - Catch "missing CONTROL_LOCATION_UPDATES permission" exceptions. r=blassey
2013-05-17 09:21:04 -07:00
Chris Peterson
410b0e63cc
Bug 873960 - Avoid unnecessary idle thread notifications when changing thread limits. r=bsmedberg
2013-05-16 09:02:46 -07:00
Andrea Marchesini
8f9cb63b53
Bug 872925 - Game pack keeps playing audio when running in the background, even though the app has no permission to do so. r=derf
2013-05-21 13:49:17 -04:00
Andrea Marchesini
a22068c80e
Bug 872812 - Passing viewBox to init*Event causes an assertion failure in CC macro expansion. r=bz
2013-05-21 13:48:47 -04:00
Bobby Holley
0bda6fb49c
Bug 841312 - Remove the termination function API. r=bz
...
\o/
2013-05-21 11:45:56 -06:00
Bobby Holley
83b50e7905
Bug 841312 - Replace the scripted closing unblocker termination function with an runnable. r=bz
...
The main idea behind this thing seems to be that we don't want script to quickly
close the window before the user has time to read the notification. Given the
fuzziness of the constraint here, I think we can (and maybe even should) unblock
a little bit later in the event loop, rather than immediately after the script
terminates.
Note that, due to modal dialogs and their event loop spinning shenanigans, we
want to do this only when the stack frame is popped.
2013-05-21 11:45:56 -06:00