Olli Pettay
4239411b65
Bug 801719 - Unmark certainly alive event listener and message managers, r=mccr8
...
--HG--
extra : rebase_source : 0637559f37143a21583afe3c06d1464de8fc665b
2012-10-17 04:22:02 +03:00
bzbarsky@mit.edu
3b30ad1062
Bug 802243 - WrapperCache DOMStringMap, quickstub, r=smaug
...
--HG--
extra : rebase_source : 3c1bb6ab18692d647461af42e732e5f150ae8500
2012-10-17 04:14:32 +03:00
Olli Pettay
6b74bf4b06
Bug 802243 - WrapperCache DOMStringMap, r=bz
...
--HG--
extra : rebase_source : e908d30b301fc478c843b9c32c1b1846606fd6d2
2012-10-17 04:09:42 +03:00
Neil Rashbrook
fbc5bc3c9d
Bug 797385 Followup to blacklist the ibm864 converter in SeaMonkey Composer too r=smontagu
...
DONTBUILD because it only affects SeaMonkey
2012-10-17 09:47:46 +01:00
Ryan VanderMeulen
1afbb753df
Merge the last PGO-green inbound changeset to m-c.
2012-10-16 21:52:06 -04:00
Trevor Saunders
e2e70de025
bug 761901 - fix null check review nit to prevent null deref crashes r=me
2012-10-16 20:01:48 -04:00
Jonathan Griffin
e1dd1af379
Bug 802427 - Disable Marionette expectedFailures for Python 2.6-compat reasons, a=test-only, DONTBUILD(NPOTB)
2012-10-16 16:41:42 -07:00
Jonathan Griffin
23b07f3f7b
Bug 792647 - Wait for system-message-listener-ready on B2G before returning during newSession, r=philikon
2012-10-16 16:33:55 -07:00
Trevor Saunders
85dfb659cf
Bug 742191 - Part d: Throw TypeErrors for Paris binding exceptions; r=bz
2012-10-16 14:06:10 -04:00
Eitan Isaacson
1578e3ed94
Bug 800905 - Load script in to every new tab. r=davidb
2012-10-16 11:07:16 -07:00
Saurabh Anand
40f937b977
Bug 745840 - Rework WebGL uniform/attrib setters, remove the huge macros - r=bjacob
2012-10-16 17:47:01 +05:30
Joel Maher
930b2cf1b2
Bug 801633 - upload a new talos.zip to capture latest talos changes. r=armenzg
2012-10-16 13:25:24 -04:00
Joel Maher
52bf998910
Bug 799107 - minidumps not being generated from robocop test crashes (breakpad environment variables not being set properly). r=kats
2012-10-16 13:25:23 -04:00
Henrik Skupin
e327718f4d
Bug 791270 - Crashtest for WebRTC crash [@sipcc::PeerConnectionImpl::AddStream]. r=jesup
2012-10-16 13:23:41 -04:00
Doug Turner
6c7867e2e2
Bug 754350 - Clean up Device Storage error strings. r=sicking
2012-10-13 08:20:14 -07:00
Doug Turner
3d8aac68f7
Bug 791816 - Use a different error string when we may overwrite a file location. r=sicking
2012-10-13 08:20:14 -07:00
Terrence Cole
48105e69e7
Bug 793577 - Implement Return<T> for direct returns of unrooted GC pointers; r=billm r=njn
...
Return<T> wraps GC things that are returned from accessor methods. The wrapper
helps to ensure correct rooting of the returned pointer and safe access while
unrooted.
2012-09-26 11:13:20 -07:00
Emmanuele Bassi
c8c63750f6
Bug 784466 - [css3-animations] Drop declarations in keyframe rules that have !important. r=dbaron
2012-10-16 09:21:35 -07:00
Gabriele Svelto
5554aa327e
Bug 801676 - Follow-up: Add comment explaining why we use JPEG instead of PNG in getScreenshot(). r=jlebar DONTBUILD
2012-10-16 18:02:53 +02:00
Patrick Wang
3c5fbe062a
Bug 795317: Use exposable uri when updating mozbrowser's location r=jlebar
2012-10-16 18:24:35 +08:00
Patrick Wang
8ebb5385aa
Bug 795317: Test case r=jlebar
2012-10-16 19:59:04 +08:00
Alfredos-Panagiotis Damkalis
a42576f82e
Bug 755552 - add getStatus() call to marionette, r=mdas
2012-10-15 16:51:27 -07:00
Boris Zbarsky
79c420f15b
Bug 801116 followup: clearer variable naming. DONTBUILD
2012-10-16 10:52:55 -04:00
Gabriele Svelto
f6f9bc8fd4
Bug 801676 - [Browser API] Make getScreenshot() use JPEG instead of PNG. r=jlebar
2012-10-15 21:54:57 +02:00
Kartikaya Gupta
81857f45c1
Bug 789923 - Test that BrowserDB.removeThumbnails clears thumbnail data. r=mfinkle, lucasr
2012-10-16 10:07:09 -04:00
Kartikaya Gupta
a0cfa6d4a5
Bug 789923 - Drop saved thumbnails when device storage is low. r=mfinkle, lucasr
2012-10-16 10:07:06 -04:00
Mark Banner
e6dbae8cda
Bug 801716 Thunderbird Permanent Orange: TEST-UNEXPECTED-FAIL | test_removeDataFromDomain.js | false == true - ensure places history is enabled when running the test. r=ehsan
2012-10-16 14:54:01 +01:00
Bobby Holley
889232fd33
Bug 797304 - Replace MoveWrapper nonsense with orphan fixup. r=peterv
2012-10-16 15:07:54 +02:00
Bobby Holley
a3164aaa90
Bug 797304 - Add special handling for nuked parents in orphan fixup. r=peterv
2012-10-16 15:07:54 +02:00
Bobby Holley
1021325c42
Bug 797304 - Be more aggressive when fixing up orphans. r=peterv
...
To make stronger assumptions, we should dig deeper on the parent chain, and also morph any slim wrappers. This is slightly slower, but not much, since this stuff only gets called for HTML documents, and the parent chains there tend to be short. Moreover, this only gets called during document.open(), where performance doesn't matter so much.
2012-10-16 15:07:54 +02:00
Bobby Holley
ffb451e5e9
Bug 797304 - Explicitly reparent the document to the new scope during document.open. r=peterv
2012-10-16 15:07:54 +02:00
Henri Sivonen
129653d1a9
Bug 798275 - Make nsParser always say the insertion point is undefined, since it always is. r=smaug.
2012-10-16 16:05:06 +03:00
Ed Morley
f0dea8a304
Backout 6db369a15ea7 (bug 599320) for frequent failures in bug599320-1.html
2012-10-16 12:22:31 +01:00
Yoshi Huang
0e80c4d04d
Bug 798569 - Part 2: xpcshell tests. r=vicamo
2012-10-05 16:56:54 -03:00
Yoshi Huang
4d09bff9e6
Bug 798569 - Part 1: refactor eventList. v=vicamo
2012-10-05 18:06:31 -03:00
Mounir Lamouri
73a3557c9c
Bug 785632 - Remove the permission manager workaround for Gaia. r=jlebar
2012-09-25 23:50:17 +01:00
Fernando Jiménez
fd750414f5
Bug 793329 - If the trusted UI is closed on device, fire an onerror callback in mozPay indicating as such; r=fabrice
2012-10-16 11:28:30 +02:00
Jacek Caban
447520eee9
Bug 801589 - Avoid redefining ERROR in ErrorList.h when wingdi.h is also included r=ehsan
2012-10-16 11:01:58 +02:00
Jacek Caban
8b056fe892
Bug 801579 - Fixed GCC warnings (accessible/src/msaa part) r=trev.saunders
2012-10-16 11:01:30 +02:00
Makoto Kato
3122b4a8f4
Bug 801483 - make nsBufferedInputStream::Init fallible. r=bsmith
2012-10-16 17:38:20 +09:00
Ed Morley
7c9e895d6d
Merge mozilla-central to mozilla-inbound
2012-10-16 09:11:12 +01:00
Ed Morley
1fa0cf26bb
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-10-16 09:08:39 +01:00
Henri Sivonen
f5079be576
Bug 599320 - Refuse encodings that are not rough ASCII supersets as hints from parent, previous doc or cache. r=smaug.
2012-10-16 10:42:54 +03:00
Robert Strong
b195ca194a
Bug 798810 - Promotional content blurbs can overlap each other when downloading over dial-up/slow speeds. r=bbondy
2012-10-16 00:26:02 -07:00
Phil Ringnalda
fde68c3c72
Back out fb167937d25b (bug 799332) because I fail at copy-paste
2012-10-15 21:02:56 -07:00
Matt Woodrow
be844fab64
Backout e19d625511a0 for breaking WinXP M-o
2012-10-16 16:59:35 +13:00
David Zbarsky
9e67dbd1cb
Backout 368cd30cccda for bustage
2012-10-15 23:52:39 -04:00
David Zbarsky
691b27fa27
Backout 368cd30cccda for bustage
2012-10-15 23:52:17 -04:00
David Zbarsky
7a57538d03
Bug 801803: More nsresult as enum class creates warnings r=me
2012-10-15 23:37:34 -04:00
Gavin Sharp
44264e5bc8
Bug 801951: update social provider manifest and whitelist, r=jaws
...
--HG--
extra : rebase_source : a9c4c5fa8ed2bb61e3ebc04775dc7e3ad31c3e8d
2012-10-15 17:27:48 -07:00