Commit Graph

215374 Commits

Author SHA1 Message Date
Boris Zbarsky
521010397f Bug 1095660 part 4. Add overloads of JS_ExecuteScript and JS::Evaluate that take an explicit scope chain argument. r=waldo 2014-11-12 17:04:29 -05:00
Boris Zbarsky
1ff585e373 Bug 1095660 part 3. Give With objects defineProperty/Element/Generic class hooks. r=luke 2014-11-12 17:04:28 -05:00
Boris Zbarsky
1958ae53e5 Bug 1095660 part 2. Change API-provided scope chains to flag their DynamicWithObjects as being special and adjust some asserts to allow those With objects as the scope chain for toplevel scripts. r=luke 2014-11-12 17:04:28 -05:00
Boris Zbarsky
9545bb2f5d Bug 1095660 part 1. Remove the pointless JS_ExecuteScriptVersion API. r=waldo,bholley 2014-11-12 17:04:28 -05:00
Wes Kocher
c66732724e Backed out changeset d6b57648a956 (bug 1097740) for cppunit test bustage on a CLOSED TREE 2014-11-12 13:43:38 -08:00
Kannan Vijayan
d1a0a52f3e Bug 1081850 - Check for resolve hooks when optimizing no-such-prop operations in baseline. r=jandem 2014-11-12 16:22:44 -05:00
Tom Tromey
f64c2a6298 Bug 1096329 - Check ToJSValue result in PopProfileTimelineMarkers. r=smaug 2014-11-11 11:30:00 -05:00
Jan-Ivar Bruaroey
5c13f486ab Bug 1095733 - Make gUM work from js console on about:home. r=mt 2014-11-12 12:27:23 -05:00
Aaron Klotz
c9e7901ae8 Bug 1090389: Ensure that IOInterposer normalizes to long file names on Windows; r=froydnj 2014-11-12 14:01:45 -07:00
Jim Mathies
c34bfe50e4 Bug 669200 - Disable PluginInstanceParent's subclass on the chrome plugin window since we cannot set subclasses on chrome windows in the content process. r=aklotz 2014-11-12 14:59:22 -06:00
Jim Mathies
8aa822b9aa Bug 669200 - Shunt access to PluginInstanceParent in widget/windows/nsWindowGfx, since it is no longer accessible in the chrome process. r=aklotz 2014-11-12 14:59:21 -06:00
Jim Mathies
ac4d0585a3 Bug 669200 - Add support for gtk socket widgets for plugin windows. r=roc 2014-11-12 14:59:21 -06:00
Jim Mathies
9f14f6c24f Bug 669200 - nsPluginNativeWindow(Gtk/Win) support for content process plugins. Involves disabling some obsolete code and fixing helper calls like CallSetWindow, which no longer have access to native resources. r=blassey 2014-11-12 14:59:20 -06:00
Jim Mathies
82ebe73e37 Bug 669200 - Various changes to non-ipc related plugin code to facilitate remoting windowed plugin widgets in content. r=roc 2014-11-12 14:59:20 -06:00
Jim Mathies
2aafec6fcb Bug 669200 - On the child side implement a suitable nsIWidget wrapper for PPluginWidget based on PuppetWidget. r=billm 2014-11-12 14:59:20 -06:00
Jim Mathies
15287e9d64 Bug 669200 - Implement base PPluginWidget classes for managing plugin windows via content. r=billm 2014-11-12 14:59:19 -06:00
Jim Mathies
16fae775ad Bug 669200 - Various widget changes to support two new types of plugin widget. r=roc 2014-11-12 14:59:19 -06:00
Jim Mathies
09d315c470 Bug 669200 - Add sub-protocol PPluginWidget to PBrowser to support remoting calls from a widget proxy in the content process to a native widget in chrome. r=billm 2014-11-12 14:59:18 -06:00
Ryan VanderMeulen
aff46d94c6 Merge m-c to inbound. a=merge 2014-11-12 15:52:37 -05:00
Luke Wagner
961277974f Bug 1095740 - OdinMonkey: refine rules for 'const' (r=bbouvier) 2014-11-12 14:45:31 -06:00
Patrick Brosset
b85982a1cd Bug 1094884 - Intermittent browser_styleeditor_fetch-from-cache.js. r=harth 2014-11-10 15:33:00 -05:00
Alexandre Poirot
8dcc7892bb Bug 1091706 - Properly create TabActor on non-e10s tabs. r=jryans 2014-11-12 06:01:00 -05:00
Tim Nguyen
bbe0465a10 Bug 1089812 - InContent Prefs: Update the dialog styling to the new specs. r=dao 2014-11-12 08:31:00 -05:00
Richard Newman
2cdb300546 Bug 1095298 - Ignore 'C' locale when initializing nsLocaleService on Android. r=emk
On Android Lollipop, our setlocale call returns "C", rather than the null it returns on earlier Android versions.

This impacts locale detection, causing devices to always appear to be in en-US.

This patch conditionally ignores "C" if MOZ_WIDGET_ANDROID is set.
2014-11-12 08:52:19 -08:00
Brian Grinstead
f559e01917 Bug 1097408 - Use opaque background color values to fix new tab button hover on linux;r=Gijs 2014-11-12 08:00:20 -08:00
Brian Grinstead
1e34e2dcbd Bug 1094830 - Fix an off by one pixel error causing the new tab button to shake once it reaches the end of the window;r=MattN 2014-11-12 07:58:15 -08:00
Margaret Leibovic
f5f8c82efa Bug 1097364 - Support <OpenSearchDescription> as the root tag of a search plugin. r=bnicholson 2014-11-12 07:38:03 -08:00
Nicolas Perriault
39fc0e3d74 Bug 1074693 - Loop desktop room preview to use fullscreen local videostream. r=Standard8 2014-11-12 15:20:55 +00:00
Nicolas Perriault
7c60277a5e Bug 1074702 - Part 2: Room views for Loop standalone. r=Standard8 2014-11-12 15:20:54 +00:00
Carsten "Tomcat" Book
131e1b12f1 Merge mozilla-central to fx-team 2014-11-12 16:15:03 +01:00
Carsten "Tomcat" Book
db744f87ab merge mozilla-inbound to mozilla-central a=merge 2014-11-12 16:02:10 +01:00
Michael Comella
3f68d2ef44 Bug 960746 - Sync tab state with gecko state in onLocationChange to update navigation buttons. r=lucasr 2014-11-12 06:47:34 -08:00
Carsten "Tomcat" Book
fc51638ed5 merge fx-team to mozilla-central a=merge 2014-11-12 13:52:37 +01:00
Carsten "Tomcat" Book
3cb0c53da2 Backed out changeset ed42b5ee3c94 (bug 1096248) for bc-1 test failures 2014-11-12 13:25:01 +01:00
Carsten "Tomcat" Book
32825b590d Backed out changeset 357b7bb14462 (bug 1083004) for frequent b2g m-9 test failures 2014-11-12 11:26:12 +01:00
Carsten "Tomcat" Book
1c2a463484 Backed out changeset 61fa2ff606b8 (bug 1083004) 2014-11-12 11:25:51 +01:00
Carsten "Tomcat" Book
948e7a2ea4 Backed out changeset 53e23b1b3642 (bug 1092450) for test bustage 2014-11-12 11:19:26 +01:00
Chenxia Liu
dd96c27724 Bug 1091897 - Update Remote debugging UI. r=margaret 2014-11-11 18:49:52 -08:00
Chenxia Liu
1fa905ec13 Bug 988253 - Video automatically plays on page when it should. r=bnicholson 2014-11-11 18:49:52 -08:00
Chenxia Liu
a0e1028786 Bug 1093619 - Don't display onboarding screen for Webapp profiles. r=margaret 2014-11-11 18:49:51 -08:00
B2G Bumper Bot
9aa4cd957e Bumping manifests a=b2g-bump 2014-11-11 18:47:24 -08:00
B2G Bumper Bot
f0af4a0cfb Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/975ad3e4cb19
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #25974 from cctuan/1095320

Bug 1095320 - [Text Selection] Copy/Paste bubble is behind the rocketbar backdrop if we select word in rocketbar.

========

https://hg.mozilla.org/integration/gaia-central/rev/0bc7349ec935
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1095320 - [Text Selection] Copy/Paste bubble is behind the rocketbar backdrop if we select word in rocketbar

========

https://hg.mozilla.org/integration/gaia-central/rev/13627c629dd0
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #26037 from millermedeiros/1095738-rename-months-day

Bug 1095738 - [Calendar] rename the MonthsDay view r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/9ef2d24dcee9
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1095738 - [Calendar] rename the MonthsDay view
2014-11-11 18:40:53 -08:00
B2G Bumper Bot
9401049d57 Bumping manifests a=b2g-bump 2014-11-11 18:12:59 -08:00
B2G Bumper Bot
3a35857b11 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/292963d7793d
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #26021 from EragonJ/bug-1087813

Bug 1087813 - Fix the unable to entry Settings app menus on Flatfish

========

https://hg.mozilla.org/integration/gaia-central/rev/e6dcfd5a6461
Author: YFdyh000 <yfdyh000@gmail.com>
Desc: Bug 1087813 - Fix the unable to entry Settings app menus on Flatfish
2014-11-11 18:11:03 -08:00
Wes Kocher
b60bfb238c Merge m-c to fx-team a=merge 2014-11-11 18:10:19 -08:00
Wes Kocher
a4af66daa6 Merge b2g-inbound to m-c a=merge 2014-11-11 18:03:56 -08:00
Richard Newman
d3cd886aa8 Bug 1089266 - Don't rely on lightweight themes in webapps. r=mfinkle
This papers over the issue by allowing the context menu to open.

However, the root cause is that context menus in webapps don't make a whole lot of sense -- for example, in my test I see:

      http://the/app/url...
      Share Link
      Open Link in New Tab
      Open Link in Private Tab
      Copy Link
      Bookmark Link
      Open With Music App

If you perform one of the tab actions, you'll see a toast offering to switch tab, and an intent handler overlay will fire!

I suggest filing a follow-up bug for someone with more familiarity with WebappImpl to address this.
2014-11-11 17:52:34 -08:00
Brian Grinstead
89c0455c0f Bug 1096469 - Make devedition theme work with custom devtools themes;r=Gijs 2014-11-11 17:33:18 -08:00
Margaret Leibovic
ce0d8c732f Bug 1096612 - Properly handle exceptions thrown while parsing article. r=bnicholson 2014-11-11 17:11:30 -08:00
Jared Wein
722f332c16 Bug 1081322 - Add a phone number field to the Add/Edit Contact view. r=dmose
--HG--
extra : rebase_source : cbd5fbf8f1b4d26690c614ebb02d16e577fe9c3a
2014-11-11 18:40:54 -05:00