Mark Finkle
e3f34e41ff
Backout cd7c2afe0cb8, for test failures
2012-11-28 21:55:00 -05:00
Mark Finkle
a034a0ad94
Backout 7b516748a65c for test failures
2012-11-28 21:54:58 -05:00
Vivien Nicolas
78493a1eb8
Bug 812119 - [HOMESCREEN] Must reboot after deleting an app to see its icon disappear from homescreen. r=fabrice
2012-11-28 17:13:54 -08:00
Bill McCloskey
f5bffd6ef5
Backout 4a88d1080c08 (bug 747066) for orange
2012-11-28 16:59:17 -08:00
Bill McCloskey
43f7ea5481
Bug 815931 - Move write barrier verifier to its own file (r=terrence)
2012-11-28 13:46:46 -08:00
Bill McCloskey
a38bb07956
Bug 815931 - Use GC auto classes in write barrier verifiers (r=terrence)
2012-11-27 18:16:16 -08:00
Bill McCloskey
7cf1ac5146
Bug 815931 - Move GC heap iteration to separate file (r=jonco)
2012-11-27 18:13:31 -08:00
Bill McCloskey
b50a344367
Bug 815931 - Move GC auto classes to header (r=jonco)
2012-11-27 18:12:58 -08:00
Bill McCloskey
dd7fa27d87
Bug 815931 - Move GC root marking to a separate file (r=terrence)
2012-11-27 17:59:10 -08:00
Sriram Ramasubramanian
6589ad000e
Bug 816314: NPE in AwesomeBar while checking private browsing mode. [r=bnicholson]
...
--HG--
extra : rebase_source : 0a390bf08ed6710714d88813cc4b09eb687f7085
2012-11-28 16:38:32 -08:00
Scott Johnson
29411d3842
Bug 812372: Rename DocumentViewerImpl to nsDocumentViewer for consistency. [r=ehsan]
2012-11-28 18:26:39 -06:00
Andrew McCreight
7a9bec59cd
Bug 815397 - Clean up Accessibility cycle collector definitions. r=smaug
2012-11-28 16:05:04 -08:00
Henrik Skupin
0f3b0e29d0
Bug 811873 - Disable WebRTC crashtests for crashtest-ipc. r=jesup
2012-11-29 00:56:19 +01:00
Olli Pettay
1e72329799
Bug 811206, Fix JSHolder drop handling, part 3 (fixes), r=mccr8,khuey
...
--HG--
extra : rebase_source : 7b2726d2aa7f5764a3c4cb750e5a735728069687
2012-11-28 03:37:57 +02:00
Olli Pettay
d0b7012d35
Bug 811206, Fix JSHolder drop handling, part 2 (assert), r=mccr8
...
--HG--
extra : rebase_source : e7731c7d1f81e250ea6992e4a15c3dc52bb136d0
2012-11-28 02:56:06 +02:00
Olli Pettay
3a7f9cf922
Bug 811206, Fix JSHolder drop handling, part 1 (base), r=mccr8
...
--HG--
extra : rebase_source : 0ea98d9e542ebade36653661fe4e941a03b87781
2012-11-28 01:54:15 +02:00
Jason Duell
d484458a85
Bug 800799 - http-on-modify-request now called after JS that started the load is no longer on the stack. r=bz
2012-11-27 11:54:58 -08:00
Thomas Zimmermann
4f98e847a0
Bug 814723 - Don't warn about missing 'browser.newtab.url' in nsDocShell. r=jlebar
...
The preference key 'browser.newtab.url' is only supported for the browser,
and undefined on all other targets; such as mobile or b2g. For those targets
the function 'nsDocShell::ShouldAddToSessionHistory' warns about the missing
key.
This patch silences this warning by making Gecko return a default value of
'true' if the key is not present in the preferences.
2012-11-27 14:52:54 -05:00
Nils Maier
318a62e1bc
Bug 814470 - Fix a leak when channel setup in AsyncFetchAndSetIconFromNetwork fails by not tracking the channel in the first place and thus avoiding a circular references. r=mak
2012-11-27 14:52:54 -05:00
vliu
579ada9321
Bug 813823 - AudioManager reports unknown status when inserting headphone or headset. r=mwu
2012-11-27 11:13:19 +08:00
Jonathan Watt
68e6677804
Add warning comments to SVG frame container classes. No bug. DONTBUILD.
...
--HG--
extra : rebase_source : 7bca01b0786f2ef262f774f570ab37492c29ca47
2012-11-22 16:23:57 +00:00
Jacek Caban
fc073236e7
Bug 815581 - Fixed accessible compilation on mingw r=trev.saunders
2012-11-28 11:28:02 +01:00
Jacek Caban
2b873941f7
Bug 815581 - Replace explicit SEH blocks by macros r=trev.saunders
2012-11-28 11:27:20 +01:00
Cameron McCormack
8b91ee2231
Bug 788967 - Add a default-preferences statement for reftest manifests. r=dbaron
2012-11-28 10:06:33 +11:00
Jonathan Kew
d082eb51c4
bug 815512 pt 3 - limit size of file icons in HTML directory listing. r=bz
2012-11-28 09:04:14 +00:00
Jonathan Kew
5caefc1014
bug 815512 pt 2 - explicitly set size of download item icons. r=mconley
2012-11-28 09:04:14 +00:00
Jonathan Kew
aad0b5676b
bug 815512 pt 1 - on retina-display Macs, moz-icon gets a bitmap that is 2x the 'expected' size. r=joe
2012-11-28 09:04:14 +00:00
Jonathan Kew
4404fe32e0
bug 815617 - speed up reftest-analyzer by avoiding use of a large dilation radius. r=bz
2012-11-28 09:04:13 +00:00
Peter Van der Beken
44aba20f63
Fix for bug 814821 (Dromaeo dom-traverse regression from bug 812333) - part 4: inline xpc_qsUnwrapObj. r=bz.
...
--HG--
extra : rebase_source : 712ff5573098f9d29fce555fb8cd548c5900d60e
2012-11-27 10:20:05 +01:00
Peter Van der Beken
16f77d369b
Fix for bug 814821 (Dromaeo dom-traverse regression from bug 812333) - part 3: reorder castNativeFromWrapper. r=bz.
...
--HG--
extra : rebase_source : 6f5e0593219f5f664791c1cd0c976f43fb96609e
2012-11-27 10:20:05 +01:00
Peter Van der Beken
2aa20fb76b
Fix for bug 814821 (Dromaeo dom-traverse regression from bug 812333) - part 2: make WrapNewBindingObject a little faster. r=bz.
...
--HG--
extra : rebase_source : ea52aea5d91436b516c8aa439f4af741cdea824c
2012-11-27 10:20:04 +01:00
Peter Van der Beken
1830a6a0b7
Fix for bug 814821 (Dromaeo dom-traverse regression from bug 812333) - part 1: use qsObjectHelper instead of xpcObjectHelper in HandleNewBindingWrappingFailure. r=bz.
...
--HG--
extra : rebase_source : 32e20aec9cf2ea8a6e8d878ce758f792e6b8a67f
2012-11-27 10:20:04 +01:00
Sriram Ramasubramanian
83f32228f3
Bug 809028: Lightweight theme is not disabled in about:addons. [r=mfinkle]
...
--HG--
extra : rebase_source : 91f2d6a62becc0baf15b88aed002e0e10e8b7630
2012-11-19 11:53:12 -08:00
Peter Van der Beken
e441579753
Fix for bug 815158 (Make HTMLElement.ontouch* work with tristate dom.w3c_touch_events.enabled). r=bz.
...
--HG--
extra : rebase_source : 878d559d1a57ad69bdac7bea682ea344ecdea96a
2012-11-19 11:59:13 +01:00
Randell Jesup
94e8c57fdc
Bug 812636: additional checks for failure for a Conduit be created r=ehugg
2012-11-28 03:28:30 -05:00
Daniel Holbert
02eac01c15
Bug 815972: Remove unneeded nsDisplayListCollection from nsBlockFrame.cpp's DisplayLine() helper-function. r=roc
2012-11-28 00:08:30 -08:00
Daniel Holbert
ddc8804d43
(no bug) Capitalize & clean up inline-comments next to nsFlexContainer member-var declarations, to keep them from looking like a single large comment. comment-only, DONTBUILD
2012-11-28 00:08:25 -08:00
Gina Yeh
199b108bb4
Bug 813817 - Patch 1: Cancelling file transferring doesn't clear the notifications, r=echou
2012-11-28 15:59:20 +08:00
EKR
72dd7621c3
Bug 812785: ICE issues r=jesup
2012-11-20 06:12:52 -08:00
Boris Zbarsky
fc1f1a5fd4
Fix up indentation of the generated code for event handler return values. No bug.
2012-11-28 02:33:50 -05:00
Edgar Chen
b9f81258dc
Bug 804680 - Part 2: xpcshell tests for MORE_TIME. r=allstars.chh
2012-11-19 17:10:24 +08:00
Edgar Chen
56cc89c14d
Bug 804680 - Part 1: Support MORE_TIME in RIL. r=allstars.chh
2012-11-19 16:44:33 +08:00
Chris Jones
1b8eb2b047
Bug 809259: Properly handle allocation failures. r=kanru
2012-11-27 22:54:39 -08:00
Chris Jones
05efb88c6b
Back out 0c242b9fcb54 for Moth crashes
2012-11-27 22:54:21 -08:00
Daniel Holbert
dd3b1ba0ea
Bug 796847 followup: Fix typo in test filename in reftest.list, fixing reftest orange.
2012-11-27 21:29:52 -08:00
Alexander Surkov
b3cf4b69ee
Bug 815646 - enable logging for accessible/states/test_link.html
2012-11-28 14:08:47 +09:00
Brian Hackett
24781f1011
Assert that GC things are only marked on the main thread, bug 815906. r=billm
2012-11-27 21:07:34 -08:00
Matt Woodrow
6c3e9b3b9e
Bug 796847 - Fix typo in reftest file. rs=npotb DONTBUILD
2012-11-28 17:09:11 +13:00
Matt Woodrow
7c2f1cdf21
Bug 796847 - Make AdjustInvalidAreaForSVGEffects correctly adjust for the coordinate space of the input rect. r=dholbert
2012-11-28 17:06:07 +13:00
Matt Woodrow
ec0f46bf5a
Bug 814272 - Cache the bounds of nsDisplayBackgroundImage items. r=roc
2012-11-28 17:05:32 +13:00