Commit Graph

193546 Commits

Author SHA1 Message Date
Bobby Holley
6263fe053a Bug 856067 - Actually push the test. r=me CLOSED TREE 2014-07-14 10:22:51 -07:00
Bobby Holley
04ca28c389 Bug 856067 - Tests. r=me 2014-07-14 10:09:07 -07:00
Bobby Holley
77cc9f70ea 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
a724996a80 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
f53b8f6e56 Bug 856067 - Make unwaived non-Xrayable objects opaque from privileged code. r=gabor 2014-07-14 10:09:07 -07:00
Bobby Holley
aa599cde5c Bug 856067 - Waive Xrays when SpecialPowers encounters an Opaque XrayWrapper. r=gabor 2014-07-14 10:09:06 -07:00
Bobby Holley
fd15033e85 Bug 856067 - Fix up test_xrayToJS.xul. r=gabor 2014-07-14 10:09:06 -07:00
Bobby Holley
8b5025b2f7 Bug 856067 - Fix Object Actor Previews. r=past 2014-07-14 10:09:06 -07:00
Octoploid
84be337f08 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
a292bda928 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
568a1bd519 Backed out bdf72cebcd85 to fix a CLOSED TREE.
--HG--
extra : histedit_source : 0a3977407abecc55d5564a69531d5d6ca804cd86
2014-07-14 12:20:16 -04:00
Mike Conley
128c4fa5bf Backed out e623938ea6c7 to fix a CLOSED TREE.
--HG--
extra : histedit_source : b4c9b387a8007748f9421df5c347b2f96e537f27
2014-07-14 12:19:23 -04:00
Mike Conley
0601d88e32 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
0610b8cac1 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
52aa907e51 bug 1037082 - part 3/3 407 proxy auth for https over https r=hurley 2014-07-07 11:43:11 -04:00
Patrick McManus
05b64f53db bug 1037082 - part 2/3 407 proxy auth for http over https r=hurley 2014-06-24 16:52:48 -04:00
Patrick McManus
047d57f2c1 bug 1037082 - part 1/3 dont doauthretry with closed persistent connection r=hurley 2014-07-09 18:06:12 -04:00
Birunthan Mohanathas
d2207041d7 No bug - Remove unnecessary line in browser_uriFixupIntegration.js
DONTBUILD
2014-07-14 07:59:12 -07:00
Ryan VanderMeulen
9fd84877fb Backed out changeset 28664fb86b3c (bug 1036847) for causing frequent OSX mochitest timeouts. 2014-07-14 10:44:06 -04:00
Boris Zbarsky
5971c7aac8 Bug 857648 part 6. Remove the now-unused JS::DescribeStack API. r=jimb 2014-07-04 01:25:30 -04:00
Boris Zbarsky
c0853db72a Bug 857648 part 5. Expose a .stack property on DOMExceptions. r=khuey 2014-07-04 01:25:16 -04:00
Boris Zbarsky
a7b12c5af4 Bug 857648 part 4. Add a formattedStack attribute on nsIStackFrame. r=khuey 2014-07-04 01:25:16 -04:00
Boris Zbarsky
35aefb23db 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
5ca30b8f48 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
317e4586a7 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
cd727d9d67 Bug 1036419 - Add lock to GrallocReporter::CollectReports() r=nical 2014-07-14 06:35:23 -07:00
Carsten "Tomcat" Book
b56a995501 Merge mozilla-central to mozilla-inbound 2014-07-14 15:22:19 +02:00
Carsten "Tomcat" Book
b7dbeeb58b merge fx-team to mozilla-central a=merge 2014-07-14 15:14:40 +02:00
Jan de Mooij
c4e7d2e916 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
845c7a4d1b merge mozilla-inbound to mozilla-central a=merge 2014-07-14 14:34:36 +02:00
Carsten "Tomcat" Book
106aa394e9 merge b2g-inbound to mozilla-central a=merge
--HG--
extra : amend_source : 6e2548ed562a40244895d9c341546e09f46cb6f4
2014-07-14 12:55:09 +02:00
B2G Bumper Bot
1df61b5417 Bumping manifests a=b2g-bump 2014-07-14 00:16:17 -07:00
B2G Bumper Bot
b259b9b75e 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
5fd38d04fd Bumping manifests a=b2g-bump 2014-07-13 23:36:13 -07:00
B2G Bumper Bot
c402e64618 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
5a17719843 Bumping manifests a=b2g-bump 2014-07-13 23:21:21 -07:00
B2G Bumper Bot
96305bc05b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/66734c1175c0
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #21660 from wilsonpage/1038024

Bug 1038024 - [Camera] Update camera to use gaia-icons v0.2.0

========

https://hg.mozilla.org/integration/gaia-central/rev/f4edd9a4a3c7
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1038024 - [Camera] Update camera to use gaia-icons v0.2.0
2014-07-13 23:15:36 -07:00
B2G Bumper Bot
47c69364be Bumping manifests a=b2g-bump 2014-07-13 22:47:01 -07:00
B2G Bumper Bot
a21cafa875 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fc54daf499af
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #18007 from huchengtw-moz/system2/Bug_971554-reland-3

Bug 971554 - [System2] Instantiable SoundManager, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/0b39d9acab2a
Author: John Hu <johu@mozilla.com>
Desc: Bug 971554 - [System2] Instantiable SoundManager

========

https://hg.mozilla.org/integration/gaia-central/rev/4b8ff547d652
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #19865 from wilsonpage/1008187

Bug 1008187 - [Camera] Update to use <gaia-header>

========

https://hg.mozilla.org/integration/gaia-central/rev/10f454ed0a59
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1008187 - [Camera] Update to use <gaia-header>
2014-07-13 22:45:34 -07:00
Nicholas Nethercote
bfb6ffa85c Bug 1037302 - Avoid excess string creation in WifiCommand.jsm's getConnectionInfoICS(). r=hchang.
This changes the code to use search() and indexOf() to find the boundaries of
the relevant values, and substring() to extract them. This reduces the number
of strings created on each invocation by 8x.

The patch changes the behaviour if a key appears more than once. With the old
code the last occurrence would be used. With the new code the first one is
used. Hopefully this doesn't matter.
2014-07-13 22:05:27 -07:00
B2G Bumper Bot
59806f3592 Bumping manifests a=b2g-bump 2014-07-13 21:06:13 -07:00
B2G Bumper Bot
e79eb7add6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/50e6f76436eb
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #21654 from timdream/keyboard-alt-sublayout

Bug 1037942 - Normalize alt in overwrite alternative layouts, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/f54018b582b3
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1037942 - Normalize alt in overwrite alternative layouts
2014-07-13 21:00:29 -07:00
Ben Tian
d44e5969c2 Bug 1037291 - Make BluetoothDiscoveryHandle expire when discovery is stopped, r=echou 2014-07-14 11:23:58 +08:00
B2G Bumper Bot
7d8bb2e765 Bumping manifests a=b2g-bump 2014-07-13 20:11:15 -07:00
B2G Bumper Bot
9a1cbeee6a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2b52e85304b9
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #21427 from begeeben/1024333_no_recent_app

Bug 1024333 - [v1.4][UX]Cannot turn off recent app page by tapping screen when "No recent app" is display, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/60dbba3d3e58
Author: Yi-Fan Liao <begeeben@gmail.com>
Desc: Bug 1024333 - [v1.4][UX]Cannot turn off recent app page by tapping screen when "No recent app" is display

* Check if the cardsView is empty and should be closed or not in the onStartEvent event handler.
* Add test for closing empty cardsview by touchstart.
2014-07-13 20:05:29 -07:00
Jocelyn Liu
7c565b4fb1 Bug 1006315: Revise BluetoothDevice.webidl and implement it for new WebBluetooth API. r=btian, r=bz 2014-07-14 10:47:19 +08:00
Michael Ratcliffe
94fe55581f Backed out changeset e2360d41bd66 (bug 1033387) for loader test failures 2014-07-14 01:00:35 +01:00
Michael Ratcliffe
de117ae6e7 Bug 1033387 - Update JSBeautify and move it into toolkit r=fitzgen
--HG--
rename : browser/devtools/shared/Jsbeautify.jsm => toolkit/devtools/jsbeautify/beautify.js
2014-07-13 23:25:19 +01:00
Michael Ratcliffe
8d3d7193cf Backed out changeset 0ba8be1413f7 (bug 1033387) for xpc test failures 2014-07-13 23:12:50 +01:00
Michael Ratcliffe
9fb305b1c7 Bug 1033387 - Update JSBeautify and move it into toolkit r=fitzgen
--HG--
rename : browser/devtools/shared/Jsbeautify.jsm => toolkit/devtools/jsbeautify/beautify.js
2014-07-13 21:46:14 +01:00