Karl Tomlinson
263607029d
b=724967 update mWidget before calling CaptureRollupEvents to handle rollup during the call r=enndeakin
...
--HG--
extra : rebase_source : 47e0d5e43884c3722a3517d1e631c790e95101ec
2012-02-14 09:19:50 +13:00
Javi Rueda
391a3d76ce
Bug 708595 - Clarify download history related preferences in the Privacy pane. r=jwein
...
--HG--
extra : rebase_source : 16f3e7973494a01bc0be1287ceaee636416258e2
2012-02-13 21:54:41 +01:00
passfree
65e6bea80b
Bug 636841 - Stop using unneeded private API on OS X (_LSCopyDefaultSchemeHandlerURL). r=smichaud
2012-02-13 14:55:28 -06:00
Steven Michaud
ddb9b83bd3
Bug 721160 - Stop explicitly linking libcrypto on OS X. r=ted
2012-02-13 14:21:44 -06:00
Nathan Froyd
9ab233744b
Bug 720456 - Include more startup-relevant information in telemetry pings. r=taras
2012-02-13 15:04:21 -05:00
George Wright
d8d5b9654f
Bug 723110. Refactor font code to lay the groundwork for having a ScaledFontFreetype class. r=jrmuizel
2012-02-13 14:58:01 -05:00
Nathan Froyd
7c11c451a3
Bug 725699 - Clean up Telemetry hashtable reflection. r=taras
2012-02-13 14:47:40 -05:00
Ms2ger
1e8da7ac11
Bug 726417: Signed/unsigned comparison in nsCacheMetaData::UnflattenMetaData r=jduell
2012-02-13 11:32:31 -08:00
Jason Duell
dc41bd4904
Bug 725862: Allow test_websocket.html to run multiple times to help track down random oranges. r=mcmanus
2012-02-13 11:30:01 -08:00
Neil Deakin
56733ed31b
Bug 670317, add a focus manager flag to restrict tab navigation to the same frame, r=smaug
2012-02-13 14:24:28 -05:00
Neil Deakin
4fcce60342
Bug 723676, crash writing to startup cache when an empty method body is used, r=bz
2012-02-13 14:24:28 -05:00
Neil Deakin
ba93add056
Bug 721452, crash writing to startup cache when empty handler is used, r=bz
2012-02-13 14:24:28 -05:00
Vladan Djeric
0740a53911
Bug 714964 - Add a 'dirty bit' column to webappsstore2_temp to reduces writes in DOM storage. r=honzab
2012-02-13 14:18:38 -05:00
Terrence Cole
3a9119ff8f
Bug 714109 - Add missing barriers to Generator; r=billm
...
The generator object stores aside values from the stack of the generator
function when the generator is not running. These values need to properly root
objects in the nursery.
--HG--
extra : rebase_source : 0de3980a058a2951e14663841078fb575ae22f6c
2012-02-13 10:01:18 -08:00
Jonathan Watt
7b1efc19d1
Bug 726582 - Prevent nsSMILCSSProperty::ValueFromString from reading uninitialized out-param aPreventCachingOfSandwich. r=dholbert.
...
--HG--
extra : rebase_source : 1a766e42f4b3f323fcf5d4de4d3ba96be1ec8b15
2012-02-13 18:24:51 +00:00
Michael Wu
5f7e8936f8
Bug 712789 - Put packed xpi extensions in the extension lists, r=bsmedberg
2012-02-13 13:57:28 -05:00
Sriram Ramasubramanian
7cb2c3d4ad
Bug 725930: DoorHangerPopup should be initialized late to avoid problems in startup. [r=mfinkle]
2012-02-13 10:29:29 -08:00
Sriram Ramasubramanian
edf9937d74
Bug 711746: ActionBar should be loaded in XML to avoid temporary title screen. [r=mfinkle]
2012-02-13 10:23:09 -08:00
Robert Accettura
d3530ec59c
Bug 542938: add a pref to control whether oncopy/oncut/onpaste events are fired, r=smaug
2012-02-13 10:06:26 -08:00
Josh Aas
0d803e1e8a
Bug 661260: Don't unregister plugins as content handlers just because they are unloaded. Thanks to Rodd Zurcher for his report and proposed solution. r=bsmedberg
2012-02-13 11:52:58 -05:00
Marco Bonardo
2271cad65a
Merge central to inbound
2012-02-13 17:31:26 +01:00
Marco Bonardo
c3f88be5b6
Merge last green PGO from inbound to central
2012-02-13 17:17:45 +01:00
Gian-Carlo Pascutto
2299271477
Backout 91eed468cff8 (Bug 726002) due to broken error handling.
2012-02-13 17:04:46 +01:00
Gian-Carlo Pascutto
3264914f26
Backout e0e2cc5570ac (Bug 726002) due to broken error handling.
2012-02-13 17:04:46 +01:00
Marco Bonardo
170e169dff
Bug 717575 - Places should fallback to default cache size, excluding autocomplete.
...
r=dietrich
2012-02-13 16:47:21 +01:00
Mike Hommey
78f3656b4b
Backout 8eef38643ceb (bug 717540) and 78941a969e20 (bug 725230) because of windows debug bustage
2012-02-13 16:35:13 +01:00
Mike Hommey
7fb8e3198a
Bug 725230 - Enable and fix assertions in linker code. r=tglek
2012-02-13 15:49:45 +01:00
Mike Hommey
e955096e2f
Bug 721321 - Fix sys_clone() on ARM to work reliably in Thumb-2. r=jbramley
2012-02-13 15:49:05 +01:00
Mike Hommey
b5d2448f11
Bug 717540 - Remove MFBT dependency on JS_Assert, add MOZ_Assert, and use it for WTF assertions. r=waldo,r=khuey
2012-02-13 15:48:23 +01:00
Mike Hommey
400207258e
Bug 698923 - Don't require 16 bytes alignment for VMFrame on sparc. r=luke
2012-02-13 15:47:34 +01:00
Mark Banner
40e607b927
Bug 720636 - Permanent orange: TEST-UNEXPECTED-FAIL | test_TelemetryPing.js | false == true. Update the test to not rely on the graphics hardware installed as it is really just testing that the hardware information gets reported. r=jdaggett
2012-02-13 10:05:53 +00:00
Tim Taubert
8307497987
merge m-c to fx-team
2012-02-13 10:44:02 +01:00
Andreas Gal
7558e838d3
Follow-up fix for bug 726529
2012-02-12 23:26:25 -08:00
Andreas Gal
83b5172cc1
Bug 726529 - remove app cache refresh handling from b2g chrome code (r=me, npotb)
2012-02-12 23:22:09 -08:00
Andreas Gal
75c9e37247
Bug 726528 - remove unnecessary webapi emulation from b2g chrome code (r=me, npotb)
2012-02-12 23:14:02 -08:00
Makoto Kato
f8b96d58ae
Bug 719383 - Remove DIST_INSTALL from gfx/qcms/Makefile. r=jmuizelaar
2012-02-13 14:00:06 +09:00
Justin Lebar
b722b618d6
Back out rev 2acd6833, bug 698519 - update to libjpeg 1.2, due to Dromaeo DOM regression.
2012-02-12 23:46:48 -05:00
Alexander Surkov
b8118c639c
Bug 725581 - caretOffset for textarea should be -1 when textarea doesn't have a focus, r=tbsaunde
2012-02-13 12:37:52 +09:00
Brian Hackett
082af8ce73
Don't update GC malloc bytes for compiler heap allocations, bug 687127. r=gwagner
2012-02-12 19:27:55 -08:00
Jesse Ruderman
56efad1b1d
Bug 726465 - Add eCSSUnit_Turn case to nsCSSValue::SizeOfExcludingThis. r=bz
2012-02-12 17:51:58 -08:00
Bill McCloskey
28392d81e0
Bug 713226 - Followup fix (r=bhackett)
2012-02-12 14:57:04 -08:00
Olli Pettay
6298c4efb0
Bug 726343 - Improve DOMEventTargetHelper CC logging, add missing #include r=tree_is_burning
2012-02-12 15:33:51 +02:00
Olli Pettay
f7089aff8c
Bug 726343 - Improve DOMEventTargetHelper CC logging, r=mccr8
2012-02-12 15:09:18 +02:00
Justin Wood
f6d9a8e0b0
Bug 722262 - allow other apps to expand the list of dependentlibs easily. r=glandium
2012-02-12 06:02:00 -05:00
Justin Wood
da4aa0e6cb
Backed out changeset 6d3493e971ea due to bad rebase
2012-02-13 08:54:50 -05:00
Justin Wood
eb2c1e7196
Bug 722262 - allow other apps to expand the list of dependentlibs easily. r=glandium
2012-02-12 09:00:40 -05:00
Gian-Carlo Pascutto
8abcffb317
Bug 726002 - Clear some big nsTArrays as early as possible in updates. r=dcamp
2012-02-13 13:17:48 +01:00
Gian-Carlo Pascutto
f0c2ed80e9
Bug 726002 - More OOM handling in UrlClassifier. r=dcamp
2012-02-13 13:17:31 +01:00
Chris Jones
8093c251f9
Bug 721711: Enable DOM full-screen API for b2g. r=gal (npotb)
2012-02-12 00:08:58 -08:00
Ed Morley
a8ecad9380
Merge mozilla-central to mozilla-inbound
2012-02-11 13:01:34 +00:00