Kartikaya Gupta
9e08d67e8f
Bug 952170 - Don't try to get touch points from events which don't have any. r=smaug
2014-01-14 09:29:15 -05:00
Bill McCloskey
08b964cf71
Bug 957427 - Expose an nsILoadContext shim in nsIFrameLoader (r=smaug)
2014-01-10 17:10:57 -08:00
Bill McCloskey
1310eab52a
Bug 950833 - Enable WebGL on Linux without forcing it (r=bjacob)
2014-01-10 17:09:20 -08:00
Botond Ballo
07e8fc31bd
Bug 958254 - Remove an unnecessary (and harmful) assertion. r=ajones
2014-01-09 16:54:34 -05:00
Kartikaya Gupta
a3d5b19c53
Bug 907179 - Label the velocity vector as being in screen units. r=botond
2014-01-08 17:53:58 -05:00
Phil Ringnalda
2dc3add1e1
Back out 2e7e2de7b13e (bug 948574) for b2g mochitest crashes
...
CLOSED TREE
2014-01-07 21:10:23 -08:00
David Keeler
aac3b15929
bug 948574 - remote nsISiteSecurityService::IsSecureURI r=bz
2014-01-07 11:31:30 -08:00
Ryan VanderMeulen
ac4e0cf998
Merge m-c to inbound on a CLOSED TREE.
2014-01-07 16:32:38 -05:00
Ed Morley
d701d7f69c
Merge latest green inbound changeset and mozilla-central
2014-01-07 16:21:27 +00:00
Andrea Marchesini
3b6ab3516b
Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug
2014-01-07 13:16:07 +01:00
Patrick Wang (Chih-Kai Wang)
0ddf231014
Bug 913243 - Load ErrorPage.js only when error occurs. r=fabrice
2014-01-07 14:39:32 +08:00
Kartikaya Gupta
73446f3e6c
Bug 915985 - Refactoring to introduce a ZoomConstraints class. r=botond
2014-01-06 13:26:44 -05:00
Kartikaya Gupta
6a21b5325a
Bug 952170 - Remove unnecessary static_cast. r=smaug
2014-01-06 12:25:56 -05:00
Luke Wagner
a5bfd61573
Bug 944821 - Support more than 1 cached asm.js module per origin (r=janv)
...
--HG--
rename : js/xpconnect/tests/mochitest/file_asmjs.js => dom/asmjscache/test/file_slow.js
rename : js/xpconnect/tests/mochitest/test_asmjs2.html => dom/asmjscache/test/test_cachingBasic.html
rename : js/xpconnect/tests/mochitest/test_asmjs.html => dom/asmjscache/test/test_slow.html
rename : js/xpconnect/tests/mochitest/test_asmjs3.html => dom/asmjscache/test/test_workers.html
extra : rebase_source : 14efc458193762f5be99dfff78d353a63f3fc45a
2013-12-04 22:32:52 -06:00
Ehsan Akhgari
eaa7491d77
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Cervantes Yu
dea93c898a
Bug 938470 - Part 1: Make nsFrameLoader async in loading a remote iframe to always use Nuwa-spawned app processes. r=smaug
2013-11-19 19:03:30 +08:00
Nicholas Nethercote
a228c41d0b
Bug 955942 (part 1) - Remove unnecessary nsIMemoryReporter qualifiers from UNITS_* and KIND_* constants. r=mccr8.
...
--HG--
extra : rebase_source : f760568c08af03d9fec316bf95e7d4388078a03d
2013-12-11 11:59:39 -08:00
David Zbarsky
19e7f7ce22
Bug 952977: Use gfx::Matrix in ipdl r=nical
2013-12-26 13:06:53 -05:00
Honza Bambas
5d5a19752c
Bug 918880 - Followup - gracefully recover from scheduleUpdate() failure r=fabrice
2013-12-22 18:31:15 -08:00
Honza Bambas
a4409ebc32
Bug 918880 - MaybeAllowOfflineAppByDefault must work on child processes, r=jduell
2013-11-19 23:15:59 +01:00
Nicholas Cameron
42cc7a3660
Bug 898828. Don't even try async video on Windows. r=nical
2013-12-21 10:37:07 +13:00
Vivien Nicolas
62f6f02e42
Bug 950300 - Cancel APZC panning is the first touchmove is preventDefault'ed. r=kats
2013-12-20 10:11:01 +01:00
Vivien Nicolas
673016ed2d
Bug 950489 - While changing the range of an input type range the page is moving as well. r=kats
2013-12-19 01:12:47 +01:00
Ryan VanderMeulen
81208466f0
Merge m-c to inbound.
2013-12-17 16:20:31 -05:00
Kartikaya Gupta
38db1b6d37
Bug 950487 - Remove unnecessary UpdateCompositionBounds function on APZC. r=Cwiiis
2013-12-17 14:25:57 -05:00
Bill McCloskey
c36ad87d02
Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg)
2013-11-23 21:32:45 -08:00
Gregory Szorc
461b5aef7e
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Kartikaya Gupta
cede2efb3a
Bug 949132 - Use the FrameMetrics flag on the layers update to update APZC scroll offset instead of tracking it in widget code. r=Cwiiis
2013-12-16 12:04:46 -05:00
Kartikaya Gupta
5ebee301b3
Bug 950180 - Ensure the innerWidth is correct in resize events fired to content. r=Cwiiis
2013-12-16 10:05:23 -05:00
Alan Huang
d3518a05a4
Backed out changesets 21b77163bf9f and ebcfdf7200db (bug 922919) because the logging code is no longer needed. r=khuey
2013-12-10 11:25:01 +08:00
Ryan VanderMeulen
743a24e592
Backed out changesets a7fc463961ce and 65061e971eb8 (bug 935793) for breaking Travis testing (bug 950441).
2013-12-15 12:47:09 -05:00
Ryan VanderMeulen
c7ce80e17d
Merge inbound to m-c.
2013-12-13 16:15:52 -05:00
Reuben Morais
31437a0a30
Bug 938889 - Remote IdleService and disable idle-daily notifications in content processes. r=roc
2013-12-13 14:28:46 -02:00
Patrick Wang
fde745a83e
Bug 948545: Nuwa process shouldn't exist if dom.ipc.processPrelaunch.enabled is false r=khuey
2013-12-13 16:38:08 +08:00
Phil Ringnalda
2b57a7b89d
Back out b6f9dbc91dc4 (bug 947038) for Cipc crashes
2013-12-12 23:33:50 -08:00
David Anderson
a93471ff5e
Ensure that the software compositor never uses deprecated textures (bug 947038, r=mattwoodrow).
2013-12-12 20:29:14 -08:00
Mark Hammond
2e859c68ea
Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug
...
--HG--
extra : rebase_source : 475b2cafc094117a2edf8ba95605e7f4d5f95410
2013-12-13 14:24:37 +11:00
Bill McCloskey
88328fd5a2
Bug 948238 - Read browser.tabs.remote once at startup and never again (r=bsmedberg)
2013-12-12 14:13:20 -08:00
Ryan VanderMeulen
da7f948f87
Merge m-c to inbound on a CLOSED TREE.
2013-12-11 22:39:20 -05:00
Dale Harvey
6ecc49a360
Bug 942929 - Use longtapup event to handle firing clicks when longtap not handled. r=kats
2013-12-12 00:39:06 +00:00
Ryan VanderMeulen
ba670be0c6
Merge b2g-inbound to m-c.
2013-12-11 13:24:26 -05:00
Patrick Wang
982225f9af
Bug 948829: Disable nuwa temporarily. r=khuey
2013-12-11 18:40:48 +08:00
Cervantes Yu
8819d9a5d9
Bug 948485: Fix b2g process crash when the Nuwa process is exits. r=khuey
2013-12-11 17:48:28 +08:00
Ehsan Akhgari
d9cd92fa17
Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg
2013-12-10 18:10:01 -05:00
Bobby Holley
26194b5ac5
Bug 937317 - Make TabChildGlobal implement nsIGlobalObject. r=bz
2013-12-11 17:51:56 -08:00
Ryan VanderMeulen
c8bf34a922
Merge b2g-inbound to m-c.
2013-12-10 15:38:44 -05:00
Carsten "Tomcat" Book
de91ddd9df
merge mozilla-inbound to mozilla-central
2013-12-10 13:02:55 +01:00
Randell Jesup
4ae26c99d7
Bug 853356: backout p3
2013-12-10 01:03:21 -05:00
Patrick Wang
ce85933e37
Bug 930282: Part 3: Don't fork after xpcom shutdown. r=khuey
2013-12-09 22:42:48 +08:00
Nicholas Nethercote
cc1728f40f
Bug 947802 (part 2) - Replace enumerateReporters() with getReportsForThisProcess(). r=mccr8.
...
--HG--
extra : rebase_source : 1c70e838e3600745f69c5772a084398f78d4c477
2013-12-01 16:29:37 -08:00
Nicholas Nethercote
e02408b49d
Bug 947798 (part 2) - Remove MemoryMultiReporter, because it's no longer helpful. r=mccr8.
...
--HG--
extra : rebase_source : f6f74de69d8c1d79d38b84b19dff5439efc41075
2013-12-07 21:39:47 -08:00
Kartikaya Gupta
434cbb1f01
Bug 814435 - Prevent scrollbars from fading out while user is scrolling. r=botond
2013-12-09 22:14:55 -05:00
Ben Turner
0cffbe0bf4
Bug 939182 - Add 'eventWasProcessed' argument to nsIThreadObserver::afterProcessNextEvent(), r=bsmedberg.
...
--HG--
extra : transplant_source : %5E%80p%D6%C6A%23%0AZ%06%23%16%155%DB%CE%F5%5CEx
2013-10-23 05:01:20 -07:00
Patrick Wang
fa6b4e0081
Bug 922465: Automated test for nuwa process. r=khuey
2013-10-24 21:49:49 +08:00
Patrick Wang
37d8e4d8be
Bug 944665: Part 2: Call PreloadSlowThings after Nuwa fork. r=khuey
2013-11-29 17:28:54 +08:00
Patrick Wang
bb9417d61a
Bug 944665: Part 1: Move common initialization routine into a function. r=khuey
2013-11-29 17:28:54 +08:00
Phil Ringnalda
b03a02be61
Backed out 5 changesets (bug 944665, bug 922465, bug 930282) for b2g xpcshell crashes
...
CLOSED TREE
Backed out changeset c4f970dd2a4f (bug 930282)
Backed out changeset 625f5303fc68 (bug 930282)
Backed out changeset bf8e90edd152 (bug 922465)
Backed out changeset a21b57c78253 (bug 944665)
Backed out changeset 9275a2efc9e3 (bug 944665)
--HG--
extra : rebase_source : bfbe3786e0db2073e26dc383b89525d22be0b3bd
2013-12-08 15:32:15 -08:00
Phil Ringnalda
04520ec010
Merge m-c to b-i
2013-12-07 11:21:04 -08:00
Phil Ringnalda
d1ba8751f2
Back out 35371620801a:bf2019278b77 (bug 937317) for gaia-ui-test bustage and frequent timeouts in its own test
2013-12-07 11:08:56 -08:00
Wes Kocher
871ed2b150
merge m-c to b2g-inbound
2013-12-06 20:49:02 -06:00
Patrick Wang
f240c4de4e
Bug 922465: Test Nuwa creation. r=khuey
2013-12-07 10:31:04 +08:00
Patrick Wang
1bdddc3905
Bug 944665: Part 2: Call PreloadSlowThings after Nuwa fork. r=khuey
2013-12-07 10:32:41 +08:00
Patrick Wang
96d617453e
Bug 944665: Part 1: Move common initialization routine into a function. r=khuey
2013-12-07 10:31:47 +08:00
Alfredo Yang
8bf7bb0542
Bug 853356 - Part3 Pass a string array instead of a single string to support multiple permissions request. r=khuey
2013-12-06 17:38:52 -05:00
Carsten "Tomcat" Book
ebbaf3e01f
Backed out changeset 2762cab83d31 (bug 937317) WinXP Build Bustage on a CLOSED TREE
2013-12-06 08:43:02 +01:00
Bobby Holley
e97eb203e1
Bug 937317 - Make TabChildGlobal implement nsIGlobalObject. r=bz
2013-12-05 21:34:16 -08:00
Benoit Girard
fbc0af88d6
Bug 940706 - Fix gesture detection transformation with APZC. r=kats,botond
2013-12-05 18:17:37 -05:00
Andrea Marchesini
9a790173af
Bug 942639 - Make DataStore API Certified-only for 1.3, r=ehsan, r=fabrice
2013-12-05 23:12:23 +00:00
Chris Lord
ffa4f41c94
Bug 944047 - Store the last FrameMetrics for sub-frames in TabChild. r=botond
...
As well as the root frame, make sure to store the last received FrameMetrics
for sub-frames in TabChild. This prevents us sending scroll events triggered
by the APZC back to the APZC.
2013-12-05 20:47:21 +00:00
Chris Lord
90cb2902b1
Bug 944047 - Capture scroll events in TabChild. r=kats
...
Set useCapture to true in the event listener on scroll events. It appears that
scroll events for sub-frames are often(/always?) swallowed before they reach
this point.
2013-12-05 20:47:20 +00:00
Ryan VanderMeulen
927d6da72d
Backed out changeset 9fb6d1811696 (bug 942639) for B2G mochitest-3 timeouts.
2013-12-05 11:36:01 -05:00
Andrea Marchesini
3737a3061f
Bug 942639 - Make DataStore API Certified-only for 1.3, r=ehsan, r=fabrice
2013-12-05 13:50:11 +00:00
Chris Lord
b54d9680ff
Bug 945277 - Align sub-frame display ports to tile boundaries. r=botond
...
Bug 907743 only addressed the root frame, this patch updates APZCCallbackHelper
to make the same alterations on sub-frame metrics.
2013-12-05 13:12:12 +00:00
Nicholas Nethercote
e9715bfc41
Bug 943660 (part 2) - Remove remnants of Remove nsIMemoryReporter::name.
...
--HG--
extra : rebase_source : 900bd1c641b26623cccf14d952b5387223b489eb
2013-12-03 20:01:24 -08:00
ISHIKAWA, Chiaki
a39136f84d
Bug 938687 - Check the value of PR_Close() and issue warning when it is not PR_SUCCESS. r=bsmedberg
2013-12-04 17:46:20 -05:00
Ryan VanderMeulen
b761046e21
Merge inbound to m-c on a CLOSED TREE.
2013-12-04 17:35:44 -05:00
Ryan VanderMeulen
c2453b4d9c
Merge b2g-inbound to m-c on a CLOSED TREE.
2013-12-04 17:34:18 -05:00
Vivien Nicolas
3f5dc51b2f
Bug 943831 - Apps can be size incorrectly, ignoring the viewport rules. r=kats
2013-12-03 16:10:26 +01:00
Ryan VanderMeulen
78978f0439
Backed out changeset 4d07001e9afc (bug 673569) because it depends on bug 682048 which is being backed out.
2013-12-03 22:43:52 -05:00
Alan Huang
2cff5c1e86
Bug 841660 - Part 2: Implement format interface for volume-based device storage, r=dhylands
2013-12-03 17:32:56 +08:00
Shih-Chiang Chien
aa7e7e1269
Bug 940045 - Part 1: Provide pageURL in RecordingDeviceEvent from content process. r=khuey
2013-11-24 17:06:27 +08:00
Bill McCloskey
256d5bf889
Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg)
2013-11-23 21:32:45 -08:00
Nicholas Nethercote
71bcf4e744
Bug 927740 (part 2) - Make about:memory's "Minimize Memory Usage" button affect child processes, like the "GC" and "CC" buttons. r=khuey.
...
--HG--
extra : rebase_source : 555f0e6ca11caa73e33f48a941ee119181c28b74
2013-12-02 20:07:02 -08:00
Nicholas Nethercote
f9eb653841
Bug 927740 (part 1) - Fix observation of GC and CC requests by child processes. r=khuey.
...
--HG--
extra : rebase_source : 97e44a40d98ad71152dd24a8ea6ff0098aab1df4
2013-12-02 20:07:02 -08:00
Alan Huang
8aa437928c
Bug 942040 - Remove a process from BackgroundProcessLRUPool in ParticularProcessPriorityManager only if it is indeed a background process. r=khuey
2013-11-22 17:10:30 +08:00
Andrea Marchesini
f43048770e
Bug 943430 - Rename geo.testing.ignore_ipc_principal to dom.testing.ignore_ipc_principal. r=ehsan
2013-12-02 10:27:57 -05:00
Alan Huang
86c5e2445e
Bug 841660 - Implement format interface for volume-based device storage, r=dhylands
2013-09-06 14:11:58 +08:00
Botond Ballo
c25fc745e8
Bug 942799 - Respect height=device-height in meta viewport tag on B2G. r=mbrubeck,ehsan
2013-11-26 18:55:27 -05:00
Carsten "Tomcat" Book
4ceab74b19
Merge m-c to mozilla-inbound
2013-11-28 14:20:02 +01:00
Carsten "Tomcat" Book
d0f09b7819
merge mozilla-inbound to mozilla-central
2013-11-28 11:46:48 +01:00
Mike Hommey
fdd3247a81
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-27 22:55:07 +09:00
Carsten "Tomcat" Book
1dc9070a7b
Merge m-c to b2g-inbound
2013-11-27 12:50:24 +01:00
Reuben Morais
18eb8dee6e
Bug 935361 - Use CheckPermission in the PContentParent Geolocation message handlers. r=dougt
2013-11-27 02:28:16 -02:00
Mike Hommey
2f727b6d62
Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
...
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Luke Wagner
ffe398ce2a
Bug 929236 - Cache asm.js compiled code in Gecko (r=janv)
...
--HG--
extra : rebase_source : 1c97962da0044858c583fc45e69dd22e519b8066
2013-11-18 15:49:53 -06:00
Wes Kocher
5517bc7312
Merge b2g-inbound to m-c
2013-11-26 19:34:07 -06:00
Josh Matthews
729caa9d0a
Bug 931930 - Initialize all members of PositionOptions when creating it by hand in the chrome process. r=dougt
2013-11-26 18:25:43 -05:00
Ryan VanderMeulen
f46648bc41
Backed out changeset de63b66f3d12 (bug 907743) for Windows bustage.
...
CLOSED TREE
2013-11-26 14:12:05 -05:00
Randy Lin
4f9eb8e54d
Bug 854753 - [B2G][Audio] Implement SpeakerManager API. r=amarchesini, sr=jonas
2013-11-25 12:50:03 +13:00
Matt Brubeck
ea61d6562d
Bug 942689 - Include modifer info in tap gesture events [r=roc,jimm,botond]
2013-11-25 20:30:26 -08:00
Nicholas Nethercote
c82c609ac3
Bug 936964 (part 7, attempt 2) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
...
* * *
Bug 936964 (part 7b) - Fix a use-after-free found by ASan.
--HG--
extra : rebase_source : d38ab6b63e9d576773baf8e55fa4f7182c33915e
2013-11-07 16:35:30 +11:00
Mike Hommey
b038245b8d
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-28 13:08:16 +09:00
Ehsan Akhgari
6220f98ec6
Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
...
Backed out changeset 85486c4aa3d8 (bug 936964)
Backed out changeset 25312eb71998 (bug 936964)
Backed out changeset 6dbb8333960c (bug 936964)
Backed out changeset da6465ad476f (bug 936964)
Backed out changeset a87ffc992f38 (bug 936964)
Backed out changeset 4ae3a61182db (bug 936964)
Backed out changeset 34e9c3137804 (bug 936964)
Backed out changeset fd1459e71585 (bug 936964)
Backed out changeset 3e8a701d8bdc (bug 943660)
Landed on a CLOSED TREE
--HG--
rename : content/canvas/src/WebGLMemoryTracker.h => content/canvas/src/WebGLMemoryReporterWrapper.h
2013-11-27 20:05:00 -05:00
Nicholas Nethercote
74e6ffe050
Bug 936964 (part 7) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
...
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 611e8d35907959b163aeced1c4ffe1d265048fe6
2013-11-07 16:35:30 +11:00
Chris Lord
ef0d466a0d
Bug 943348 - Make sure displayport is set on before-first-paint in TabChild. r=botond
...
Make sure to set the scroll ID on the FrameMetrics used to update on the
before-first-paint signal.
2013-11-27 14:28:57 +00:00
Patrick Wang
1d1cdf444c
Bug 928995: Move Nuwa to PreallocatedProcessManager. r=bent
2013-11-22 11:25:34 +08:00
Chris Kitching
b3ed714288
Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats
2013-11-12 10:41:01 -08:00
Chris Kitching
43102ed4c2
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
2013-11-12 10:41:01 -08:00
Trevor Saunders
3fcd8153fc
bug 939049 - get rid of useless QIs r=smaug
2013-11-15 11:32:12 -05:00
Jed Davis
7b89245dd8
Bug 936169 - Don't ignore failure to sandbox a non-preallocated child. r=bent
2013-11-20 09:29:02 -05:00
Chris Lord
e19e0f1113
Bug 907743 - Align display port to tile boundaries when tiles are enabled. r=botond,kats
...
This aligns display ports to tile boundaries, taking care to compensate for
the difference between the requested scroll position and the actual scroll
position.
2013-09-10 18:21:04 -04:00
Ehsan Akhgari
59726a6996
Bug 942635 - Build dom/ipc in unified mode; r=bzbarsky
2013-11-26 11:39:19 -05:00
Andrea Marchesini
dcf5365ef2
Bug 923625 - DataStore sends the principal as argument in sendAsyncMessage, r=ehsan
2013-11-26 16:31:07 +00:00
Chris Lord
fbbaf509a8
Bug 907743 - Align display port to tile boundaries when tiles are enabled. r=botond,kats
...
This aligns display ports to tile boundaries, taking care to compensate for
the difference between the requested scroll position and the actual scroll
position.
2013-09-10 18:21:04 -04:00
Ed Morley
6aeaf5f552
Backed out changeset 998d2d5e743d (bug 919878) on suspicion of causing shutdown hangs on OS X
2013-11-20 12:32:52 +00:00
Ryan VanderMeulen
9c7728d496
Merge inbound to m-c.
2013-11-19 20:43:15 -05:00
Bill McCloskey
9fe3e19d0c
Bug 919878 - Improve failure handling for TabChild::InitRenderingState (r=mattwoodrow)
2013-11-19 13:20:28 -08:00
Botond Ballo
20adb2fb8e
Bug 900092 - Remove FrameMetrics::ROOT_SCROLL_ID. r=kats,tn
2013-11-08 19:07:00 -05:00
Mike Hommey
931cb49886
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
...
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
db9e5129bc
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
2013-11-19 11:48:10 +09:00
Mike Hommey
f0d1cd1e10
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
f81885e53b
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
2013-11-19 11:47:14 +09:00
Alan Huang
78acab7ef4
Bug 922919 - Remove unnecessary FireTestOnlyObserverNotification calls to avoid intermittent test timeouts. r=khuey
2013-11-15 14:50:22 +08:00
Phil Ringnalda
555ce2f4e3
Back out babac1cc0741:ad287f78608a (bug 939049) for OS X build bustage
...
CLOSED TREE
2013-11-19 07:35:17 -08:00
Trevor Saunders
a16f77fd43
bug 939049 - get rid of useless QIs r=smaug
2013-11-15 11:32:12 -05:00
Kartikaya Gupta
0aa34abca6
Bug 937688 - Make UpdateZoomConstraints take a full ScrollableLayerGuid. r=botond
2013-11-14 12:35:41 -05:00
Kartikaya Gupta
8ef2108534
Bug 937688 - Get the guid from ReceiveInputEvent and use it in the callback to ContentReceivedTouch. r=botond
2013-11-13 13:20:31 -05:00
Kartikaya Gupta
dfc4099c08
Bug 937688 - Pass the presShellId and viewId from TabChild to RenderFrameParent when requesting a zoom. r=botond
2013-11-13 13:20:30 -05:00
Kartikaya Gupta
2180719bf3
Bug 937688 - Pass the presShellId and viewId from TabChild to RenderFrameParent when updating zoom constraints. r=botond
2013-11-13 13:20:30 -05:00
Kartikaya Gupta
9a11821ebe
Bug 937688 - Refactor some code to extract a TabChild::GetDocument method. r=botond
2013-11-13 13:20:30 -05:00
Reuben Morais
6bc7012ac7
Bug 904298 - Use CheckPermission to check for the desktop-notification permission. r=sicking
2013-11-11 21:56:21 -02:00
Yuan Xulei
dba689957e
Bug 932151 - Include forms.js in both desktop and b2g build. r=fabrice
...
--HG--
rename : b2g/chrome/content/forms.js => dom/inputmethod/forms.js
2013-11-11 09:11:43 -05:00
Ms2ger
bd6c1c7dc9
Bug 931459 - Move LOCAL_INCLUDES to moz.build in dom/; r=mshal
2013-11-11 09:04:11 +01:00
Carsten "Tomcat" Book
8d4256ffa6
Merge mozilla-central to b2g-inbound
2013-11-08 15:29:28 +01:00
Ed Morley
742f1392be
Backed out changeset f2ed6b24269a (bug 932151) for causing bug 936324
...
--HG--
rename : dom/inputmethod/forms.js => b2g/chrome/content/forms.js
2013-11-08 10:59:31 +00:00
Carsten "Tomcat" Book
6adc4baceb
merge mozilla-central to b2g-inbound
2013-11-07 16:01:27 +01:00
Yuan Xulei
fe6bf603ee
Bug 932151 - Include forms.js in both desktop and b2g build. r=fabrice
...
--HG--
rename : b2g/chrome/content/forms.js => dom/inputmethod/forms.js
2013-11-07 09:02:25 -05:00
Kyle Huey
244696f27a
Bug 922919: Followup to disable logging on 64 bit OSes because it doesn't compile reliably. r=me
2013-11-07 14:23:46 +08:00
Alan Huang
725aea8a35
Bug 922919: Add logging to detect "Intermittent test_BackgroundLRU.html | Test timed out". r=khuey
2013-11-07 11:14:27 +08:00
Cervantes Yu
12dee8f42b
Bug 890870 - Start freezing the Nuwa process after PreloadSlowThings(). r=khuey
2013-10-01 19:28:44 +08:00
Andrea Marchesini
0737cbdf35
Bug 916091 - patch 2 - nsIMessageSender should check if the principal is valid., r=smaug
2013-11-06 17:21:17 +00:00
Andrea Marchesini
a8b74ee333
Bug 916091 - patch 1 - nsIMessageSender should send the nsIPrincipal with the messages, r=smaug
2013-11-06 17:21:15 +00:00
Andrea Marchesini
10414989a9
Bug 935494 - AssertAppPrincipal doesn't compile when MOZ_CHILD_PERMISSIONS is not defined, r=bz
2013-11-06 17:16:56 +00:00
Carsten "Tomcat" Book
d0a087bf65
merge b2g-inbound to mozilla-central
2013-11-06 13:11:03 +01:00
Nicholas Nethercote
b9e0d05f7e
Bug 934321 - Add MemoryMultiReporter, a helper class that reduces some boilerplate, and convert all existing multi-reporters to use it. r=wchen.
...
--HG--
extra : rebase_source : a6110c3558c571b7908b63e8cc7ca21103098d0d
2013-11-06 14:58:20 +11:00
Nicholas Nethercote
a277702631
Bug 929797 - Implement proper memory reporting for child processes. r=khuey.
...
--HG--
extra : rebase_source : f0788757afc2097830295170120e1e2094993cc7
2013-10-22 22:26:24 -07:00
Ryan VanderMeulen
23bacf9ef7
No bug - Fix merge bustage. CLOSED TREE
2013-11-05 16:06:31 -05:00
Ryan VanderMeulen
8920f1cca6
Merge inbound to m-c.
2013-11-05 15:28:52 -05:00
Kyle Huey
90d7e97201
Bug 933099: Banish <windows.h> from nsGlobalWindow.cpp. r=bz
2013-11-05 22:16:25 +08:00
Reuben Morais
4d3f928a88
Bug 904298 - Implement mozilla::{AssertAppPrincipal,CheckPermission}. r=sicking
2013-11-05 08:14:46 -02:00