Граф коммитов

309500 Коммитов

Автор SHA1 Сообщение Дата
Bobby Holley dd17d9020d Bug 860941 - Remove unnecessary argument cleanup in nsGlobalWindow::DetachFromDocShell. r=jst
This function proceeds to invoke CleanUp(), which also cleans this stuff up.
2013-05-17 10:43:18 -07:00
Bobby Holley 327fe31318 Bug 860941 - Clarify shutdown invariants in ~nsGlobalWindow. r=jst
While the mArguments invariant should hold for _outers_, it doesn't necessarily
hold for inners, so this assertion fires reliably in automation. If mCleanedUp
is true then mArguments is definitely null, so let's disentangle this from
mArguments and be clearer about the invariants we expect.
2013-05-17 10:43:18 -07:00
Bobby Holley 05aeb68295 Bug 860941 - Add an explicit flag to track modal content windows. r=jst
Tracking this with CHROME_MODAL is problematic, because that gets inherited by
any dependent windows opened by the modal content window, which may or may not
be modal content windows themselves. Thankfully, we have a few free bits lying
around.
2013-05-17 10:43:18 -07:00
Bobby Holley 4378070396 Bug 860941 - Remove mArgumentsLast. r=jst
I'm not sure what it used to do, but it sure doesn't do a damn thing now.
2013-05-17 10:43:18 -07:00
Mounir Lamouri d3e7b3b159 Bug 52500 - Allow styling <input type='file'> like any other form control. r=bz
--HG--
rename : layout/reftests/forms/input-file-width-clip-ref.html => layout/reftests/forms/input/file/input-file-width-clip-ref.html
rename : layout/reftests/forms/input-file-width-clip-1.html => layout/reftests/forms/input/file/input-file-width-clip.html
2013-05-17 18:40:14 +01:00
Andrew McCreight e8995d5110 Bug 866429 - Simplify shutdown cycle collections. r=smaug 2013-04-27 11:45:46 -07:00
Andrew McCreight 8765722e58 Bug 865320 - Move the logic for deciding when to doing a merging CC into the cycle collector. r=smaug 2013-04-29 16:41:41 -07:00
Wes Johnston ad94e2a5c9 Bug 872504 - Update xml files missed by bug 833625. r=mleibovic 2013-05-17 13:00:04 -04:00
Kushagra Sinha 0869438fd3 Bug 870622 - Unexpected Unix error when filename is not defined. Typechecking for |writeAtomic| function. r=yoric 2013-05-16 20:27:27 +05:30
Nathan Froyd 0e21827b57 Bug 873493 - add lldb to the list of known debuggers; r=jmaher 2013-05-17 11:22:00 -04:00
Nathan Froyd 0b82017ee5 Bug 873479 - fix BindingUtils.h to compile with GCC 4.4 in non-C++0x mode; r=bz 2013-05-17 10:44:19 -04:00
Nathan Froyd a2aebddd70 Bug 871595 - don't include WrapperFactory.h in AccessCheck.h; r=bholley 2013-05-13 12:04:23 -04:00
Nathan Froyd bcb8563353 Bug 871578 - don't include AccessCheck.h in bindings unless necessary; r=bz 2013-05-13 11:32:41 -04:00
Nathan Froyd 9e98e7f3bf Bug 871578 - don't include nsContentUtils.h in bindings unless necessary; r=bz 2013-05-13 10:07:08 -04:00
Mats Palmgren ce8615e289 Bug 813372 - Tweaking the test a bit to try to avoid intermittent failures. 2013-05-17 16:36:25 +00:00
Bill Gianopoulos 5eb342f2a2 Bug 858566 - Avoid inadvertently enabling global optimziaion if --disable-optimize under Windows. r=dvander 2013-05-16 20:39:05 -04:00
Zach (:xuku) 734ceb8939 Bug 869845 - Place the FirePlatformEvent code inline at the only call site (per platform). Removed all declarations of FirePlatformEvent. r=tbsaunde 2013-05-17 09:27:36 -04:00
Ryan VanderMeulen fd4b627c2f Merge m-c to inbound. 2013-05-17 09:08:44 -04:00
Ed Morley e50a23d3d6 Bug 872507 - Tweak logcat java-exception regex to strip more whitespace; r=jmaher 2013-05-17 12:42:02 +01:00
Camilo Viecco 1cf76f2cfc Bug 841569 - Cannot install image-uploader (fix handling of large filanames on b2g apps) r=bsmith 2013-05-16 18:45:30 -07:00
Ryan VanderMeulen a949d8549f Merge m-c to birch. 2013-05-16 20:31:26 -04:00
Ryan VanderMeulen 91eae578bd Merge inbound to m-c. 2013-05-16 20:29:40 -04:00
Ryan VanderMeulen d9e34b6f60 Merge fx-team to m-c. 2013-05-16 20:28:17 -04:00
Ryan VanderMeulen a026bb0c33 Merge birch to m-c. 2013-05-16 20:27:55 -04:00
Sotaro Ikeda c94d81b23d Bug 871753 Part2 - add libstagefright_foundation r=mwu 2013-05-16 17:24:20 -07:00
Sotaro Ikeda 7a601bfbd5 Bug 871753 Part1 - fix deadlock during youtube video playback. r=doublec 2013-05-16 17:24:13 -07:00
Ryan VanderMeulen 5d89a58470 Merge m-c to fx-team. 2013-05-16 16:19:25 -04:00
Ryan VanderMeulen c87dc8562f Merge m-c to birch. 2013-05-16 16:18:21 -04:00
Ryan VanderMeulen da157db5d0 Merge the last PGO-green inbound changeset to m-c. 2013-05-16 16:16:42 -04:00
Jan Keromnes 83f967e360 Bug 873216 - Fixed a typo in `./mach help`; r=gps
DONTBUILD (NPOTB)
2013-05-16 12:59:00 -07:00
Sid Stamm 5136b7c1e1 Backout changeset 000ed86d069f (bug 861117) which caused bug 871560
--HG--
extra : rebase_source : 6359c671885b93f7885ca2cabfd8da772692d548
2013-05-16 11:26:33 -07:00
Dave Hylands 70ed43e46c Bug 872170 - Fix camera file saving with composite device storage. r=mikeh 2013-05-16 11:12:29 -07:00
Dave Hylands 4a56501d24 Bug 872800 - Fix volume availability notifications for composite storage areas. r=mchen 2013-05-16 11:11:58 -07:00
Dave Hylands e3d9f00e8e Bug 872800 - Remove extraneous printfs added from Bug 858416. r=mchen 2013-05-16 11:11:54 -07:00
Thomas Zimmermann 90691b7347 Bug 873065 - Use DEVICESTORAGE_SDCARD for unknown file types. r=dhylands
The method DeviceStorageFile::CreateUnique fails for files with an
unknown extension. It calls DeviceStorageFileChecker::GetTypeFromFileName
to retrieve the default location. The returned value is "Unknown", which
is passed to the constructor of DeviceStorageFile. This class doesn't
handle "Unknown" in it's initialization, and fails without creating a
file.

This patch changes the default return value of GetTypeFromFileName to the
constant DEVICESTORAGE_SDCARD. All files with unknown extension will now
be stored on the sd card.
2013-05-16 12:33:18 -04:00
Olli Pettay 5e3f06d12c additional patch for Bug 847594, remove bogus assertion, r=bz, CLOSED TREE 2013-05-16 19:16:29 +03:00
Benjamin Peterson 4e92847ef8 Bug 872893 - Make EmitElemOp static. r=bhackett
--HG--
extra : rebase_source : ef256ee76e7d08e9a9b1ebfcd5f4b2cdd126c546
2013-05-16 10:54:26 -05:00
Jim Mathies 7aed63cdce Bug 868217 - Hide sync flyout description when sync is setup properly. r=ally 2013-05-16 08:53:34 -07:00
Jim Mathies 1fefbb9ddb Bug 872292 - Update progress bar styling. r=mbrubeck 2013-05-16 08:53:28 -07:00
Panos Astithas 259e2a67eb Bug 871510 - Some event handlers appear as undefined, hiding the appropriate null values in the prototype; r=msucan 2013-05-16 18:42:15 +03:00
Ryan VanderMeulen 654b37e658 Merge m-c to inbound. 2013-05-16 11:26:58 -04:00
Ehsan Akhgari 0b00dc2f2d Bug 873038 - Remove the old MSVC PGO exclusions across the tree; r=glandium 2013-05-16 11:16:30 -04:00
Ryan VanderMeulen 40179edaf5 Backed out 2 changesets (bug 763879, bug 842657) for landing with an r-. DONTBUILD
Backed out changeset 254c1ac4ab8b (bug 842657)
Backed out changeset 58a2011beeac (bug 763879)
2013-05-16 11:15:07 -04:00
Ian Melven 965dd9e1f0 Bug 842657 - Flip the pref to enable the CSP 1.0 parser for Firefox (r=jst) 2013-05-16 08:06:43 -07:00
Yuan Xulei a44d6902af Bug 860546 - Ignore content changes caused by key events. r=fabrice 2013-05-16 08:21:07 -04:00
Victor Porof 5541c2365f Merge m-c to fx-team 2013-05-16 10:32:06 +03:00
Randy Lin 8793d43e00 Bug 868932 - All channel volume is not updated. r=mwu 2013-05-16 12:00:02 +08:00
Ryan VanderMeulen a899e68f88 Merge m-c to birch. 2013-05-16 08:16:17 -04:00
Chuck Lee f93229a216 Bug 871905 - Fix build error on android platform. r=vicamo 2013-05-16 11:13:39 +08:00
Shawn Huang 23913a8ce4 Bug 872428 - Fix missing setForceUse to BT SCO for audio path, r=mwu 2013-05-16 14:31:21 +08:00