Commit Graph

118078 Commits

Author SHA1 Message Date
Dave Hylands
e9207164c6 Bug 785124 - Pt 1 - Add VolumeMountLock which allows SDCard to be locked. r=dougt
From 8e39b8e5f3ab7e6344b0a8a5eeabdcf672de8fb4 Mon Sep 17 00:00:00 2001
---
 dom/ipc/ContentChild.cpp                  |   18 +++-
 dom/ipc/ContentChild.h                    |    5 +-
 dom/ipc/ContentParent.cpp                 |   22 +++-
 dom/ipc/ContentParent.h                   |    2 +
 dom/ipc/PContent.ipdl                     |    6 +-
 dom/system/gonk/AutoMounter.cpp           |   19 +++-
 dom/system/gonk/Makefile.in               |    4 +-
 dom/system/gonk/Volume.cpp                |   62 ++++++++++-
 dom/system/gonk/Volume.h                  |   11 +-
 dom/system/gonk/VolumeServiceIOThread.cpp |   11 +-
 dom/system/gonk/VolumeServiceIOThread.h   |    7 +-
 dom/system/gonk/nsIVolume.idl             |   21 +++-
 dom/system/gonk/nsIVolumeMountLock.idl    |   12 +++
 dom/system/gonk/nsIVolumeService.idl      |    9 +-
 dom/system/gonk/nsVolume.cpp              |   96 ++++++++++++++++-
 dom/system/gonk/nsVolume.h                |   43 ++++++--
 dom/system/gonk/nsVolumeMountLock.cpp     |  157 +++++++++++++++++++++++++++
 dom/system/gonk/nsVolumeMountLock.h       |   55 ++++++++++
 dom/system/gonk/nsVolumeService.cpp       |  168 +++++++++++++++++++++++------
 dom/system/gonk/nsVolumeService.h         |   20 +++-
 layout/build/nsLayoutModule.cpp           |    5 +-
 layout/build/nsLayoutStatics.cpp          |    9 ++
 22 files changed, 684 insertions(+), 78 deletions(-)
 create mode 100644 dom/system/gonk/nsIVolumeMountLock.idl
 create mode 100644 dom/system/gonk/nsVolumeMountLock.cpp
 create mode 100644 dom/system/gonk/nsVolumeMountLock.h
2012-12-14 16:01:34 -08:00
Ed Morley
9da1e1ea9b Backout 645bf43f8f14 (bug 818575) for crashes on Android on a CLOSED TREE 2013-01-10 13:17:12 +00:00
Ben Turner
cc4d01a3b5 Backout f3b6bc4b2590 (Bug 827749) for test failures. 2013-01-10 13:54:27 +01:00
Tom Schuster
7e074eb410 Bug 828020 - exactly root StaticScopeIter. r=terrence 2013-01-10 13:31:40 +01:00
Ben Turner
0daad68812 Bug 827749 - Aggressively duplicate file descriptors. r=cjones. 2013-01-10 13:00:17 +01:00
Matt Woodrow
65e2792915 Bug 818575 - Make TransformShadowTree transform all descendant scrollable layers instead of just the first. r=roc 2013-01-10 22:10:20 +13:00
Alex Nagacevschi
b86492279b Bug 800188 - Add preliminary support RTL content in reader mode (r=lucasr) 2013-01-10 11:47:05 +00:00
Marco Bonardo
0433f6bca9 Bug 828232 - Allow to retry history downloads.
r=Mano
2013-01-10 12:08:57 +01:00
Diego Wilson
105835da4b Bug 810501: Get buffer offset from ThebesLayer when composing with hwc. r=cjones a=blocking-basecamp 2013-01-10 11:51:43 +01:00
Peter Van der Beken
a7ff0d420a Fix for bug 828180 (crash in nsIContent::IsHTML). r=bz.
--HG--
extra : rebase_source : 677b29a45cb1d19b8e793b4dc4e4bb9f7006fafa
2013-01-10 10:57:19 +01:00
Robert O'Callahan
8ec734119f Bug 828207: Wallpaper over not being able to find a layer manager on the main thread when initializing a remote render frame. That's OK, we'll find one on the compositor thread. r=cjones 2013-01-10 11:02:21 +01:00
Patrick Wang
d28076e20c Bug 828835 - Return form installPreinstalledApp when coreAppsDir dosen't exist. r=fabrice 2013-01-10 15:53:17 +08:00
Ed Morley
11ba313b94 Merge mozilla-central to mozilla-inbound 2013-01-10 09:00:27 +00:00
Ed Morley
7d46d4a5d4 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2013-01-10 08:59:12 +00:00
Jed Parsons
0ae29d94ea Bug 823751 - When persona login in the Trusty UI is canceled, fire the RP's oncancel() callback; r=benadida, a=bb+ 2013-01-10 09:56:10 +01:00
Mike Hommey
58eb7add29 Bug 828301 - Free zlib internal buffers when we're done uncompressing in the custom linker. r=nfroyd 2013-01-10 08:39:07 +01:00
Mike Hommey
827ceae1ff Bug 826992 - Avoid hardcoded clientId in SafeBrowser.jsm. r=Mossop,r=mfinkle,r=gcp 2013-01-10 08:38:50 +01:00
Panos Astithas
12ee7b8bff Merge m-c to fx-team 2013-01-10 08:48:55 +02:00
Nicolas B. Pierron
c825d475d1 Bug 806206 - InlineFrameIterator: provide default scope chain value if unused. r=dvander 2013-01-09 22:29:43 -08:00
Richard Newman
b68ce196b9 Bug 811490 - Follow-up: convert services/sync/tests/tps/test_privbrw_tabs.js to PB per window mode. r=trivial, TPS only so DONTBUILD 2013-01-09 14:30:09 -08:00
Oleg Romashin
3e9961bf3c Bug 826489 - Fixed missing review comment sorry to all. r=drs 2013-01-09 22:13:24 -08:00
Oleg Romashin
9a7f8ed729 Bug 826489 - Add preference based settings to AsyncZoomPanController. r=drs 2013-01-09 22:11:25 -08:00
Oleg Romashin
bef2790ef8 Bug 826586 - Add a AddFloatVarCache() API to libpref. r=bz 2013-01-09 22:10:52 -08:00
David Zbarsky
265bf3ef8c Bug 825147: Address review comments for SVGImageElement r=bz 2013-01-10 00:32:17 -05:00
David Zbarsky
cd990802cf Bug 825147: Convert SVGAElement to WebIDL r=bz
--HG--
rename : content/svg/content/src/nsSVGAElement.cpp => content/svg/content/src/SVGAElement.cpp
rename : content/svg/content/src/nsSVGAElement.h => content/svg/content/src/SVGAElement.h
2013-01-10 00:30:13 -05:00
David Zbarsky
4074a8af76 Bug 827200 - Remove nsIDOMSVGZoomAndPan r=bz, longsonr 2013-01-10 00:24:37 -05:00
Panos Astithas
a98b157cc4 Bug 797336 - Intermittent failure in browser_dbg_globalactor-01.js; r=vporof 2013-01-09 23:27:59 +02:00
Panos Astithas
e1aecc824d Merge m-c to fx-team 2013-01-09 21:42:41 +02:00
Jim Mathies
43dde5d33a Bug 774910 - Switch mozilla-central to the Windows 8.0 sdk. r=armenz 2013-01-09 13:04:39 -06:00
Marco Bonardo
e6b624f4a8 Bug 828488 - Properly set the "active" attribute for session downloads.
r=Mano
2013-01-09 20:00:38 +01:00
Asaf Romano
c4c651accb Bug 828111 - Workaround multiple reflows issue and slow xbl attachment in the downloads view. r=mak 2013-01-10 01:01:15 +01:00
Ed Morley
3bdff5772e Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2013-01-09 22:50:45 +00:00
Jonathan Griffin
04c4eaff55 Bug 828633 - Disable perma-orange test, a=test-only 2013-01-09 13:50:26 -08:00
Kartikaya Gupta
e55f4da38e Bug 827836 - Back out some of cset 8bac87268303 because of an explosion in bug 823022 oranges. r=backout 2013-01-09 12:56:09 -05:00
Bas Schouten
379b08d291 Bug 827825: Make mOtherProcess the current process for single-process IPDL protocols. r=cjones 2013-01-09 18:42:58 +01:00
Diego Wilson
ac06b64689 Bug 808339: HWC fallback on multirect layer. r=cjones a=blocking-basecamp 2013-01-09 18:18:13 +01:00
Chia-hung Tai
3e5e87a76d Bug 801632 - Save MM attachment as Blob. r=vyang 2013-01-09 23:01:48 +08:00
Ed Morley
78621f4eef Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2013-01-09 13:33:43 +00:00
Makoto Kato
6c17f475d1 Bug 827643 - Turn off FAIL_ON_WARNINGS on our automation on Win64; r=ted 2013-01-09 13:31:20 +00:00
Ed Morley
6c3ceabdc2 Backout da88cd4bc6db & 696264e2414c (bug 569356) for intermittent, but frequent test_doc_busy.html timeouts 2013-01-09 11:48:23 +00:00
Ed Morley
6f8917f87b Merge mozilla-central to mozilla-inbound 2013-01-09 11:44:50 +00:00
Etienne Segonzac
b02959b0d1 Bug 827750 - Inhibiting HTTP cache for app updates. r=fabrice 2013-01-09 02:02:08 -08:00
Gene Lian
15cd333a99 Bug 828161 - Firefox OS cannot start up due to an exception: "Webapps.jsm: non-relative URI passed to resolveFromOrigin". r=mounir 2013-01-09 15:35:52 +08:00
L. David Baron
fef0a331fb Fix bustage from bug 822721. 2013-01-08 20:53:16 -08:00
L. David Baron
852829560b Bug 822721: Call CalcStyleDifference and process the style change list resulting from the miniflush we do to update throttled animations prior to seeing if we need to start transitions. r=bzbarsky a=blocking-basecamp
The CalcStyleDifference call is absolutely necessary even if we didn't
need to process the change list, because it causes the new style
context to have cached structs that we might need for a later
comparison.  This is important because, as an optimization, we only
compare structs that have been retrieved.  This optimization requires
that when we replace a style context, we fetch all the structs on the
new style context that had been fetched on the old style context (which
is normally necessary anyway in order to do comparison so we can process
the changes appropriately).

However, actually processing the change list is also necessary to fix
the bug; it's the actual change from the miniflush that matters here.
Based on dholbert's debugging information, I think it's mostly likely
because we were failing to process the UpdateOverflow hint.
2013-01-08 20:37:29 -08:00
Raymond Lee
8a98581fb1 Bug 806736 - Port test_privbrowsing.html to the new per-tab PB APIs. r=ehsan
--HG--
rename : toolkit/components/passwordmgr/test/test_privbrowsing.html => toolkit/components/passwordmgr/test/test_privbrowsing_perwindowpb.html
2013-01-09 12:21:29 +08:00
Jim Chen
d948f7e9cd Bug 827065 - Simplify selection update code and use new focus text update offsets; r=cpeterson 2013-01-09 11:57:48 -05:00
Jim Chen
6abc54fbcb Bug 817386 - Log and ignore IndexOutOfBoundsException in Editable; r=cpeterson 2013-01-09 11:57:31 -05:00
L. David Baron
f6c701d8f7 Bug 822721 followup: remove bogus assertion to fix orange. 2013-01-09 08:51:14 -08:00
Fabrice Desré
88feeaf040 Bug 819061 - [Apps] Remove workaround from Bug 813468 once Bug 815523 is done r=ferjm 2013-01-08 14:22:13 -08:00