Commit Graph

142322 Commits

Author SHA1 Message Date
Jim Mathies
50c182887d Bug 887286 - Enable crash reporting by default on Nightly and Aurora for metrofx. r=sstamm, ahua 2013-08-12 05:05:05 -05:00
Jim Mathies
4fd9bdbd9c Bug 903368 - Don't convert coordinates in widget/winrt InitEvent from logical to physical. r=masayuki 2013-08-12 05:05:04 -05:00
Carsten "Tomcat" Book
df266eb1de merge mozilla-central to fx-team 2013-08-12 11:41:37 +02:00
Carsten "Tomcat" Book
daab7d97bd merge b2g-inbound to mozilla-central 2013-08-12 11:30:31 +02:00
Carsten "Tomcat" Book
2d5bef5a11 merge mozilla-inbound to mozilla-central 2013-08-12 11:28:29 +02:00
Phil Ringnalda
0cbbccfe9f Back out ffb1961adc27:c81045074b71 (bug 875452), 87a5139e77eb:093496cb6997 (bug 902264), d04219b09245:954b005832ac (bug 875452) on suspicion of causing GC crashes
CLOSED TREE
2013-08-11 20:02:15 -07:00
Phil Ringnalda
be5f1b23e0 Back out d393cfeb5dbf:9f82224bb8a3 (bug 903816) for Android reftest failures
CLOSED TREE
2013-08-11 19:21:17 -07:00
Nicholas Nethercote
ec21f1856c No bug - Fix warning about |msTotal|. r=me.
--HG--
extra : rebase_source : 2a37ef3091fc90aef70a9ac982123e18cd1c82c1
2013-08-11 17:10:39 -07:00
Nicholas Nethercote
65f68f411c Bug 900346 (part 2) - Fix some comments in TokenStream.h. r=jwalden.
--HG--
extra : rebase_source : 374e1a258f9dd1aba86b90318016b5275fa9a092
2013-08-11 16:57:45 -07:00
Nicholas Nethercote
7a0408ba03 Bug 900346 (part 1) - Fix peekTokenSameLine(). r=jwalden.
--HG--
extra : rebase_source : c1c76d2ceb6b23d0cdc061c740bffdc8b4244a38
2013-08-11 16:55:06 -07:00
Phil Ringnalda
ce16dcb656 Back out 79684dc64173 (bug 898936) for 10.7 debug M4 crashes 2013-08-11 17:34:20 -07:00
Matt Woodrow
903ad7a2d9 Bug 902339 - Null check mImageHost in ImageLayerComposite before trying to access it. r=nrc 2013-08-12 12:11:09 +12:00
Nicholas Cameron
59f7f45c1b Bug 903816. Include-what-you-use for gfx/layers. r=roc 2013-08-12 11:17:23 +12:00
Nicholas Cameron
a23e8df091 Bug 903816. Fixups in non-layers files. r=roc 2013-08-12 11:15:10 +12:00
Mihnea Dobrescu-Balaur
8c7dbd2c3e Bug 903864 - Make test_imgtools use do_get_tempdir(). r=dolske 2013-08-11 09:38:09 -07:00
Milan Sreckovic
1e3436bf95 Bug 903526 - Add BaseRect::IsFinite() method. r=bas 2013-08-13 14:48:17 -04:00
Luke Wagner
d98ace8680 Bug 901934 - rm JS_(Set|Clear)RuntimeThread (r=billm)
--HG--
extra : rebase_source : d1127d1a90cfbc3a67b01d8ff7e48605b96e327f
2013-08-13 15:36:15 -05:00
Fabrice Desré
4f214e93af Bug 806374 - Don't store phone's wallpaper or the dialer ringtone or the notification ringtone as a data: URI in the settings DB r=gwagner 2013-08-11 08:41:59 -07:00
Justin Dolske
37483c5802 Bug 902202 - Fix a "can't access dead object" error that new log parser just noticed. r=mattn 2013-08-11 01:33:30 -07:00
Tim Taubert
99d27f4051 merge m-c to fx-team 2013-08-11 09:27:17 +02:00
Eric Faust
401be3a7a4 Bug 875452 - Part 9: Change GetElementParIC to use common CanAttachNative. (r=shu) 2013-08-10 22:20:37 -07:00
Eric Faust
5657071457 Bug 875452 - Part 8: Change GetElementIC to use common CanAttachNative. (r=shu) 2013-08-10 22:20:37 -07:00
Eric Faust
4752064297 Bug 875452 - Part 7: Change GetPropertyParIC to use common CanAttachNative. (r=shu) 2013-08-10 22:20:37 -07:00
Eric Faust
59b5b02d74 Bug 875452 - Part 6.5: Fix const correctness issues in IonCaches.h (r=shu) 2013-08-10 22:20:36 -07:00
Eric Faust
426a0ea46f Bug 875452 - Part 6: Refactor GetPropertyIC::canAttachNative() for unification with other get ICs. (r=shu) 2013-08-10 22:20:36 -07:00
Eric Faust
acfb3cd844 Bug 902264 - Part 2: Expose Array.length optimization to idempotent GetPropertyICs. (r=jandem) 2013-08-10 22:20:36 -07:00
Eric Faust
f923b54c39 Bug 902264 - Part 1: Degeneralize GetPropertyIC Array.length stubs. (r=jandem) 2013-08-10 22:20:36 -07:00
Eric Faust
733be715be Bug 875452 - Part 5: Add generic proxy stub to GetPropertyIC. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
52b9c6bfce Bug 875452 - Part 4: Handle NoPropertys on DoesntShadow{,Unique} DOMProxies. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
0ffbd32fb9 Bug 875452 - Part 3: Factor Proxy::Get call generation out of GetPropertyIC. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
7f5382f476 Bug 875452 - Part 2: Remove totally unsed SafepointIndex from ICs (r=nbp) 2013-08-10 22:20:35 -07:00
Eric Faust
cb73779e3b Bug 875452 - Part 1: Refactor and cleanup GetPropertyICs to isolate proxy code. (r=nbp) 2013-08-10 22:20:35 -07:00
Eric Faust
a6e0b8e354 Bug 875452 - Part 0: Fix include leak of IonCaches.h and others (r=nbp over IRC) 2013-08-10 22:20:35 -07:00
Luke Wagner
2e63523200 Bug 902506 - OdinMonkey: don't use RelocatablePtr for PropertyName members of AsmJSModule (r=terrence)
--HG--
extra : rebase_source : b6387754a0a2f719331a4314c7292bf892382381
2013-08-12 18:37:19 -05:00
Patrick McManus
fc56698acc bug 897503 - part 3 several nsHttpHandler nsCOMPtrs need to be nsMainThreadPtrHandle r=sworkman 2013-08-13 15:36:59 -04:00
Patrick McManus
5c56bcd614 bug 897503 - part 2 use smart pointers for nsHttpHandler references r=sworkman 2013-08-13 15:36:58 -04:00
Patrick McManus
8fe5f89fa7 bug 897503 - part 1 - HttpChannelParent reference count bug of nsHttpHandler r=sworkman 2013-08-13 15:36:56 -04:00
Ryan VanderMeulen
dd7fc67a3f Bug 827805 - Fix xpcshell manifest so that the new test runs and test_logging.js remains disabled. 2013-08-13 14:47:37 -04:00
Hubert Figuière
ef1ab2d7c8 Bug 904664 - Fix typo in const name. r=dhylands 2013-08-13 12:46:47 -04:00
Gaia Pushbot
29740d8169 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cc6b6bcc278e
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 903260 fixes tests, a=test-only

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-10 13:10:23 -07:00
Gaia Pushbot
f0dd3c32c2 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/5774008b1f63
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 903260 - [SMS][MMS] SettingsURL value is never used in sms/js/notification.js: Ringtones BROKEN

https://bugzilla.mozilla.org/show_bug.cgi?id=903260

- Make the mock's set method behave enough like the real thing to write a correct test
- Assign the result of the call to set(…) to the actual local setting
- Tests
    - Ensure that the src property is as expected

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-10 12:45:23 -07:00
Phil Ringnalda
5818c84a93 Back out fd59f2cfbbff (No bug) for being the worst automated HSTS preload list update possible 2013-08-10 07:43:42 -07:00
Tim Taubert
c9ed7b0daa Bug 903714 - Provide document.baseURI when calling _makeURI() in registerProtocolHandler(); r=dao 2013-08-10 13:33:43 +02:00
Tim Taubert
489d2788bd Bug 904616 - Ensure that sizes for preload browsers are applied correctly; r=jaws 2013-08-14 06:59:49 +02:00
ffxbld
b0172c83a5 No bug, Automated HSTS preload list update from host bld-centos6-hp-006 - a=hsts-update 2013-08-10 03:22:55 -07:00
ffxbld
6a58755031 No bug, Automated blocklist update from host bld-centos6-hp-016 - a=blocklist-update 2013-08-10 03:19:31 -07:00
Olli Pettay
191ea12215 Backout Bug 902481 to fix crashes, r=me 2013-08-10 12:24:09 +03:00
Jan-Ivar Bruaroey
48f756df52 Bug 903539 - Readable exceptions for missing username/credential on turn servers (still in Error console, sigh). r=jesup 2013-08-10 04:19:35 -04:00
Po-Chun Chang
9dcb8c6f78 Bug 898692 - Avoid wasted work in ArrayBufferObject::obj_trace(). r=sphink 2013-08-12 08:52:01 -04:00
Po-Chun Chang
504e2f2554 Bug 898228 - Avoid wasted work in gfxContext::ClipContainsRect(). r=bas 2013-08-12 08:51:45 -04:00