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
Andreas Gal
96b7e84fb7
Bug 800533 - Don't handle magnetic field sensor, r=mwu
2012-10-16 01:11:06 -04:00
David Zbarsky
09d92493b0
Bug 801803: More nsresult as enum class creates warnings r=me
2012-10-16 00:26:51 -04:00
Rob Wood
950a365904
Bug 794090 - Develop WebSMS test to verify getMesage, update manifest; r=jgriffin, DONTBUILD(NPOTB)
2012-10-11 12:44:33 -04:00
Dale Harvey
03995c5e61
Bug 801696 - Add trailing semicolons to property definitions. r=dougt a=blocking-basecamp
2012-10-15 11:00:32 -07:00
Ryan VanderMeulen
409f1f5ca2
Merge inbound to m-c.
2012-10-14 16:39:23 -04:00
Mats Palmgren
df0e84f199
Bug 798691. r=roc
2012-10-14 20:27:37 +02:00
Oleg Romashin
f53967a6a6
Bug 801428 - MozQWidget does not build due to wrong return value type. r=romaxa. DONTBUILD because NPOTB
2012-10-14 10:28:26 -07:00
Mats Palmgren
a1592dc47c
Bug 801330 - Make ISO2022JPCharLenTable large enough. r=smontagu
2012-10-14 19:10:04 +02:00
Mats Palmgren
1a014d5dce
Bug 801330 - Assert if charLenTable is too small. r=smontagu
2012-10-14 19:10:04 +02:00
Andrew McCreight
2f959ef5b7
Bug 800392 - Clear nsXBLSpecialDocInfo's fields at shutdown. r=smaug
2012-10-14 12:15:12 -04:00
Jonathan Watt
80d8f8a0e0
Reftest for bug 797231 (Clip path region is incorrect with direct2d). r=Bas.
2012-10-14 16:30:14 +01:00
Ehsan Akhgari
c046eecc51
Bug 801344 - Make sure that JSRuntime::initSelfHosting never returns an uninitialized value; r=till
2012-10-14 11:12:03 -04:00
Ehsan Akhgari
76e3d29305
Bug 801345 - Give MessageReplyDeserializer a virtual dtor since we delete the base class pointer; r=cjones
2012-10-14 11:11:04 -04:00
Ms2ger
1a160d7b3f
Bug 742191 - Part c: Update testharness.js and friends some more; r=Aryeh
2012-10-14 09:48:14 +02:00
Ms2ger
97916641ab
Bug 776515 - Move InternalIsSupported to nsContentUtils; r=khuey
2012-10-14 09:47:02 +02:00
Ms2ger
53e642872f
Bug 742191 - Part b: Update testharness.js and friends; r=Aryeh
2012-10-14 09:46:57 +02:00
Ms2ger
fecd660b2f
Bug 742191 - Part a: Regenerate expected failures; r=Aryeh
2012-10-14 09:46:53 +02:00
Ms2ger
f6de8c6006
Bug 742191 - Part 0: Fix the editing/ special case in parseFailures.py to actually work; r=Aryeh
2012-10-14 09:46:46 +02:00
Ms2ger
b86e67f2b2
Bug 793244 - Part b: Convert Screen to WebIDL; r=bz
2012-10-14 09:40:11 +02:00
Ms2ger
dcd05691e8
Bug 793244 - Part a: Rewrite mozLockOrientation to match WebIDL requirements; f=mounir r=bz
2012-10-14 09:39:34 +02:00