Commit Graph

193560 Commits

Author SHA1 Message Date
Chris Manchester
02b674c9ee Bug 1035551 - Add an in-tree config for marionette tests.;r=ahal 2014-07-14 16:02:39 -04:00
Mark Banner
837f1d8ce1 Bug 1035831 Stop video streams fading when mousing over video in Loop. r=dmose 2014-07-14 20:37:28 +01:00
Dan Mosedale
0588caafed Bug 1033843 Change the Loop conversation window to use React-based views. Patch by dmose and nperriault. r=Standard8
--HG--
rename : browser/components/loop/content/shared/js/views.js => browser/components/loop/content/shared/js/views.jsx
2014-07-14 20:37:27 +01:00
Birunthan Mohanathas
15ce305024 Bug 815952 - Stop clearing clipboard data originating from a private window after closing private windows. r=ehsan
This reverts bug 462106.
2014-07-14 12:35:30 -07:00
Birunthan Mohanathas
124259226c Bug 1024668 - Wait for initial payload event in healthreport_testRemoteCommands.html. r=wchen 2014-07-14 12:35:30 -07:00
Birunthan Mohanathas
163900c32d Bug 1037269 - Use CheckPermissions instead of Func on more interfaces. r=smaug 2014-07-10 16:20:49 -07:00
Andrew McCreight
1ee07d58d6 Bug 1038207 - Fix various classes that reimplement nsISupports. r=ehsan 2014-07-14 12:21:34 -07:00
Mike Conley
25a4418cdf Bug 1002354 - Proxy nsIScreenManager and nsIScreen's from the child process to the parent process, with caching. r=roc,jimm,smichaud,snorp.
Changes to nsIScreen and nsIScreenManager were reviewed by roc.
Changes to dom/ipc were reviewed by jimm.
Changes to gfx/src/nsDeviceContext.cpp were reviewed by roc.
Changes to widget/android were reviewed by snorp.
Changes to widget/cocoa were reviewed by smichaud.
Changes to widget/gtk were reviewed by roc.
Changes to widget/windows were reviewed by jimm.
Changes to widget/xpwidgets were reviewed by roc.

--HG--
extra : rebase_source : 3ebb5763d75d16f73b3cb5e4fc5621188b6c9622
2014-07-14 13:22:26 -04:00
Neil Deakin
ddcaf5d67c Bug 1027057, use nsLayoutUtils::HasCurrentAnimations to check for transitions when hiding the popup, r=neil 2014-07-14 13:39:04 -04:00
Neil Deakin
7f3b5b5800 Bug 1027057, use correct origin for arrowpanel animations in rtl, r=dao 2014-07-14 13:39:04 -04:00
Neil Deakin
38095aa383 Bug 1026310 and 1032137, re-enable browser_UITour_panel_close_annotation.js to see if the intermittent problem goes away now that bug 1026310 is fixed 2014-07-14 13:39:04 -04:00
Neil Deakin
8e41fb70e2 Bug 1026310, set the open state only once the opening transition is finished, rename the internal popup states to be clearer, fix UITour.jsm to check the showing state, r=MattN,neil 2014-07-14 13:39:04 -04:00
Botond Ballo
7c1923f565 Bug 1034376 - Avoid APZC being stuck in overscrolled state when CancelAnimation() is called during panning. r=kats
--HG--
extra : rebase_source : bbc3a02d6be7081be77b58cb2795aa57ce794002
2014-07-14 12:54:41 -04:00
Jan de Mooij
f2893d2ba1 Bug 1038093 - Create Latin1 strings in some more cases, when Latin1 strings are enabled. r=luke 2014-07-14 19:17:15 +02:00
Bobby Holley
b9c30b55ac Bug 856067 - Actually push the test. r=me CLOSED TREE 2014-07-14 10:22:51 -07:00
Bobby Holley
5430dbb693 Bug 856067 - Tests. r=me 2014-07-14 10:09:07 -07:00
Bobby Holley
bf077afa17 Bug 856067 - Add some helpful logging to the console when we deny access to a non-Xrayable object. r=gabor 2014-07-14 10:09:07 -07:00
Bobby Holley
fd59f850a8 Bug 856067 - Remove special case for content XBL scopes. r=gabor
This is now the default behavior. \o/
2014-07-14 10:09:07 -07:00
Bobby Holley
1576579a77 Bug 856067 - Make unwaived non-Xrayable objects opaque from privileged code. r=gabor 2014-07-14 10:09:07 -07:00
Bobby Holley
2d413f3c11 Bug 856067 - Waive Xrays when SpecialPowers encounters an Opaque XrayWrapper. r=gabor 2014-07-14 10:09:06 -07:00
Bobby Holley
b7d711f17b Bug 856067 - Fix up test_xrayToJS.xul. r=gabor 2014-07-14 10:09:06 -07:00
Bobby Holley
2365c577d6 Bug 856067 - Fix Object Actor Previews. r=past 2014-07-14 10:09:06 -07:00
Octoploid
d808249c97 Bug 1035092 - "bool functions shouldn't return nullptr" [r=sfink]
--HG--
extra : rebase_source : 0a0f2549b0a34c759384d8293f6227e112610147
2014-07-12 06:26:00 -07:00
Kartikaya Gupta
429ba38c8a Bug 1037409 - Remove some gtests that don't map to real-world scenarios. r=nicklebedev 2014-07-14 12:48:48 -04:00
Mike Conley
fe3d89d8bc Backed out bdf72cebcd85 to fix a CLOSED TREE.
--HG--
extra : histedit_source : 0a3977407abecc55d5564a69531d5d6ca804cd86
2014-07-14 12:20:16 -04:00
Mike Conley
cb86278081 Backed out e623938ea6c7 to fix a CLOSED TREE.
--HG--
extra : histedit_source : b4c9b387a8007748f9421df5c347b2f96e537f27
2014-07-14 12:19:23 -04:00
Mike Conley
caa568f6c5 Follow-up for Bug 1002354 - remove dual GetId in nsScreenGtk injected during rebase foul-up. r=bustage-fix on a CLOSED TREE.
--HG--
extra : histedit_source : c510de9918cfd73652e9e1c278e0bee93c7fdcdc
2014-07-14 12:10:34 -04:00
Mike Conley
5cd8d891e5 Bug 1002354 - Proxy nsIScreenManager and nsIScreen's from the child process to the parent process, with caching. r=roc,jimm,smichaud,snorp.
Changes to nsIScreen and nsIScreenManager were reviewed by roc.
Changes to dom/ipc were reviewed by jimm.
Changes to gfx/src/nsDeviceContext.cpp were reviewed by roc.
Changes to widget/android were reviewed by snorp.
Changes to widget/cocoa were reviewed by smichaud.
Changes to widget/gtk were reviewed by roc.
Changes to widget/windows were reviewed by jimm.
Changes to widget/xpwidgets were reviewed by roc.

--HG--
extra : rebase_source : 90d263235b40f6f6937d361705a4dfa44253318e
extra : histedit_source : bab4e689269c67fe3eb65033b6987b93caf9a482%2C86645be32f82f0d80724532e528e597db165b1d1
2014-07-14 11:57:06 -04:00
Patrick McManus
670f860a15 bug 1037082 - part 3/3 407 proxy auth for https over https r=hurley 2014-07-07 11:43:11 -04:00
Patrick McManus
f7fb5be373 bug 1037082 - part 2/3 407 proxy auth for http over https r=hurley 2014-06-24 16:52:48 -04:00
Patrick McManus
6f428945a1 bug 1037082 - part 1/3 dont doauthretry with closed persistent connection r=hurley 2014-07-09 18:06:12 -04:00
Birunthan Mohanathas
c1bc097365 No bug - Remove unnecessary line in browser_uriFixupIntegration.js
DONTBUILD
2014-07-14 07:59:12 -07:00
Ryan VanderMeulen
15a75d5bb5 Backed out changeset 28664fb86b3c (bug 1036847) for causing frequent OSX mochitest timeouts. 2014-07-14 10:44:06 -04:00
Boris Zbarsky
50869bf682 Bug 857648 part 6. Remove the now-unused JS::DescribeStack API. r=jimb 2014-07-04 01:25:30 -04:00
Boris Zbarsky
789fa590c9 Bug 857648 part 5. Expose a .stack property on DOMExceptions. r=khuey 2014-07-04 01:25:16 -04:00
Boris Zbarsky
538e69f63d Bug 857648 part 4. Add a formattedStack attribute on nsIStackFrame. r=khuey 2014-07-04 01:25:16 -04:00
Boris Zbarsky
c685ec72ad Bug 857648 part 3. Switch from using JS::DescribeStack to JS::CaptureCurrentStack for producing JSStackFrames. r=khuey 2014-07-04 01:25:16 -04:00
Boris Zbarsky
aee6256f21 Bug 857648 part 2. Split JSStackFrame into a generic class and a JS-specific class. r=khuey 2014-07-04 01:25:16 -04:00
Boris Zbarsky
1f19de6028 Bug 857648 part 1. Remove unnecessary code that tries to filter out non-JS stack frames from a known-JS-only stack. r=khuey 2014-07-04 01:25:15 -04:00
Sotaro Ikeda
c0903aff2f Bug 1036419 - Add lock to GrallocReporter::CollectReports() r=nical 2014-07-14 06:35:23 -07:00
Carsten "Tomcat" Book
5e94534145 Merge mozilla-central to mozilla-inbound 2014-07-14 15:22:19 +02:00
Carsten "Tomcat" Book
6c44904307 merge fx-team to mozilla-central a=merge 2014-07-14 15:14:40 +02:00
Jan de Mooij
889d0672b3 Bug 1034689 part 1 - Make AndroidBridge JSON parsing work with Latin1 strings. r=Waldo 2014-07-14 15:01:32 +02:00
Carsten "Tomcat" Book
e8b6fc4e72 merge mozilla-inbound to mozilla-central a=merge 2014-07-14 14:34:36 +02:00
Carsten "Tomcat" Book
88e3fb39bc merge b2g-inbound to mozilla-central a=merge
--HG--
extra : amend_source : 6e2548ed562a40244895d9c341546e09f46cb6f4
2014-07-14 12:55:09 +02:00
B2G Bumper Bot
cb3660fa4a Bumping manifests a=b2g-bump 2014-07-14 00:16:17 -07:00
B2G Bumper Bot
58ca61e3a1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/168c5ba3a072
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #21655 from pivanov/bug-1035708

Bug 1035708 - [Bluetooth] - remove unused images

========

https://hg.mozilla.org/integration/gaia-central/rev/6835a0ba204a
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1035708 - [Bluetooth] - remove unused images
2014-07-14 00:10:30 -07:00
B2G Bumper Bot
07c60779b5 Bumping manifests a=b2g-bump 2014-07-13 23:36:13 -07:00
B2G Bumper Bot
8bd2a42ba5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/52fddab5675c
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #21602 from RudyLu/keyboard/Bug1034210_commit

Bug 1034210 - send correct keycode for non-latin IME.
r=timdream.

========

https://hg.mozilla.org/integration/gaia-central/rev/40ff9d8b6369
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 1034210 - send correct keycode for non-latin IME.
2014-07-13 23:30:29 -07:00
B2G Bumper Bot
d3606c893a Bumping manifests a=b2g-bump 2014-07-13 23:21:21 -07:00