Bobby Holley
824c9ddd7a
Bug 880917 - Convert JS_SetVersion API consumers to per-compartment versions. r=luke
2013-06-13 10:09:26 -07:00
Bobby Holley
2ff95d98aa
Bug 880917 - Add support for "latest" as a version to evalInSandbox, and use it for sjs files. r=luke
...
Sandboxes always default to JSVERSION_DEFAULT in the browser. But XPCShell sets
up a ContextCallback that does JS_SetVersion(cx, JSVERSION_LATEST) on every
context that gets created, including the ephemerial Sandbox JSContexts. Since
httpd.js runs in xpcshell and evaluates SJS in a sandbox, we've (somewhat
accidentally) supported JSVERSION_LATEST in SJS, which certain SJS files have
taken advantage of. Let's continue to support it explicitly.
2013-06-13 10:09:26 -07:00
Bobby Holley
048cb5c0b2
Bug 880917 - Remove AutoVersionChecker. r=luke
...
Looks like cdleary added this back in bug 595691, as an equivalence to some
even-older-and-more-overly-cautious XBL code that was saving and restoring
the version across XBL calls. It doesn't seem like this should be an issue
anymore, and it's just a debugging aid to boot. Let's kill it.
2013-06-13 10:09:25 -07:00
Bobby Holley
aba517db69
Bug 880917 - Remove testVersion.cpp. r=luke
...
This test coverages seems to be mostly testing functionality we're removing like
overrides and version introspection. Let's just kill it.
2013-06-13 10:09:25 -07:00
Bobby Holley
bbc3e00570
Bug 880917 - Introduce an API for callers to set the version for a compartment. r=luke
...
This has lower precedence than 'overrides' and running script, and higher
precedence than the cx's version. We can migrate the API consumers who clearly
want something like this, which will eventually let us remove the override
mechanism.
2013-06-13 10:09:25 -07:00
Bobby Holley
670e4b4d9d
Bug 880917 - Generalize JS_NewGlobalObject API to take CompartmentOptions. r=luke
...
This will be useful for versioning, as well as JIT options and all the other
stuff that eventually needs to move out of the JSContext.
2013-06-13 10:09:25 -07:00
Bobby Holley
38dc3cc59d
Bug 880917 - Remove support for munging JS versions from JSD. r=luke
...
A quick grep of Firebug indicates that it doesn't use this. And even if I
missed it, doing so from a debugger with the current semantics is a feature
we can't support going forward.
2013-06-13 10:09:24 -07:00
Jonathan Griffin
c8e0455215
Bug 881601 - Don't close the listener if it was never opened, r=wlach
2013-06-13 10:04:48 -07:00
Rodrigo Silveira
c44290d706
Bug 881260 - Intermittent browser_bookmarks.js r=jimm
...
--HG--
extra : rebase_source : ca63eb62d12c233511106c4d5ea0317c4a62a38a
2013-06-12 14:30:21 -07:00
Rodrigo Silveira
fd12a199a7
Bug 880745 - Intermittent browser_history.js r=jimm
...
--HG--
extra : rebase_source : 2c2f40bbd46e14b0d988c085e48163ad54a99f4d
2013-06-13 09:35:16 -07:00
Mike Shal
8d6fa4020d
Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey
...
From 69c3338a3287ff8cc97533e06069fc4d4cb7c5f6 Mon Sep 17 00:00:00 2001
2013-06-10 12:08:47 -04:00
Mike Shal
a34397e4e5
Bug 880245 - move EXTRA_JS_MODULES to moz.build (logic); r=gps
...
From 20ae951b53609df92b021ae1dd52ae833f488f3e Mon Sep 17 00:00:00 2001
2013-06-10 11:54:44 -04:00
Joey Armstrong
410e37a8c5
bug 872086: move SIMPLE_PROGRAMS to moz.build (file batch #1 ) r=mshal
2013-06-13 12:02:02 -04:00
Arnaud Sourioux
da1274443a
Bug 881624 - Use Textwrap on mach's need-to-clobber help output. r=gps
2013-06-13 11:28:26 -04:00
Jim Mathies
2a73ddedc3
Bug 880739 - add some debug logging to browser_context_menu_tests.js. r=bbondy
2013-06-13 09:37:15 -05:00
Geoff Brown
d39de3bdb8
Bug 876456 - (3) Tweak dumpsys command in adb getTopActivity; r=blassey
2013-06-13 08:24:43 -06:00
Jan de Mooij
a2afaa46e8
Bug 881461 - Fix INITPROP/INITELEM GETTER/SETTER ops to leave values on the stack for the decompiler. r=bhackett
2013-06-13 16:00:35 +02:00
Nicholas D. Matsakis
8322355ab8
Bug 872352 - Simplify edges/liquid-resize benchmarks rs=tests
2013-06-12 22:17:30 -04:00
Jan Beich
3c52102767
Bug 844818 - Make WebRTC aware of --enable-alsa/--enable-pulseaudio. r=jesup,ted
2013-06-08 12:47:31 +02:00
Varun Joshi
d6d2d700df
Bug 862765 - Fixed undefined OS.Shared.TEST. r=yoric
2013-06-13 09:35:12 -04:00
Mike de Boer
1b2bfcbff1
Bug 860119 - Live-update about:home page when defaultEngine property changes. r=mak
2013-06-11 22:41:22 +02:00
Panos Astithas
1587a8c4bd
Fix an intermittent failure in browser/devtools/debugger/test/browser_dbg_step-out.js (bug 882380); r=me
2013-06-13 13:33:22 +03:00
Ed Morley
a754608623
Merge mozilla-central and inbound
2013-06-13 11:33:19 +01:00
Ed Morley
44e935783e
Bug 882575 - Disable browser_capabilities.js for failing when snippets.mozilla.org is down (via use of about:home)
2013-06-13 11:20:32 +01:00
Ed Morley
732c42cb07
Merge mozilla-central and inbound
2013-06-13 10:31:46 +01:00
Ed Morley
12d1ced343
Merge latest green birch changeset and mozilla-central
2013-06-13 10:29:26 +01:00
Seth Fowler
0563d1d692
Bug 600207 (Part 2) - Tests for SVG image scaling in the presence of page zoom. r=dholbert
2013-06-13 00:47:30 -07:00
Seth Fowler
a662e5bf78
Bug 600207 (Part 1) - Avoid fuzzy SVGs on the tiling path by matrix twiddling. r=dholbert
2013-06-13 00:47:26 -07:00
Landry Breuil
70b8f1cadb
Bug 807492 Part 11 - Support WebRTC on BSD in network modules rtp/udp r=jesup
2013-06-13 08:54:56 +02:00
Landry Breuil
65a8cf4cec
Bug 807492 Part 10 - Add err.h and xlocale.h to system-headers for WebRTC on BSD r=ted
2013-06-13 08:54:44 +02:00
Landry Breuil
18b959ec7c
Bug 807492 Part 9 - support WebRTC on BSD in system_wrappers/ r=jesup
...
Remove <malloc.h> inclusion in webrtc/system_wrappers/source/atomic32_posix.cc, it breaks on FreeBSD
2013-06-13 08:46:14 +02:00
Landry Breuil
cd638ade51
Bug 804792 Part 8 - Use the MacOSX codepath on BSD in voice_engine r=jesup
2013-06-13 08:44:58 +02:00
Landry Breuil
9eb0c4a77c
Bug 807492 Part 7 - use linux codepath on BSD in video_engine r=jesup
2013-06-13 08:44:53 +02:00
Landry Breuil
5cc4195dda
Bug 807492 Part 6 - Use linux codepaths on BSD in video_capture, uses v4l2 compatible API r=jesup
2013-06-13 08:42:03 +02:00
Landry Breuil
d876c8927b
Bug 807492 Part 5 - Use the linux codepaths on BSD in audio_device r=jesup
...
Also open libpulse.so on OpenBSD, different versionning scheme.
2013-06-13 08:41:59 +02:00
Landry Breuil
2eadaff337
Bug 804792 Part 4: Select alsa/pulse/v4l depending on the OS, define WEBRTC_POSIX on BSD r=jesup
2013-06-13 08:41:54 +02:00
Landry Breuil
c0984e8be6
Bug 807492 Part 3 - Backport chunk of upstream gtest r629 to fix <tuple> detection on BSDs with old libstdc++, not breaking it on MacOSX r=upstream
2013-06-13 08:41:49 +02:00
Mark Capella
d566b5852d
Bug 868222 - Tab increment animation displays an artifact, r=wesj
2013-06-13 02:58:59 -04:00
Jonathan Wilde
c0433700c5
Bug 874963 - Work - popups don't move when scrolling. r=fryn
2013-06-12 17:55:49 -07:00
Jesse Ruderman
fc32eb81a0
Bug 882037 - Fix incorrectly escaped %, and use semicolons after comma-separated lists. r=luke
2013-06-12 22:24:06 -07:00
James Kitchener
aaa284cd89
Bug 796850 - Change XMLHttpRequest interface to support ByteString r=bz
2013-06-13 01:20:10 -04:00
James Kitchener
6d46bd7a62
Bug 796850 - Implement Code Generation for Bytestring in WebIDL bindings r=bz
2013-06-13 01:18:35 -04:00
James Kitchener
8740436c04
Bug 796850 - Implement WebIDL parser support for Bytestring r=bz
2013-06-13 01:15:35 -04:00
Boris Zbarsky
5f569d0d0e
Bug 880367 part 3. Add support for [ChromeOnly] on interface objects. r=smaug
2013-06-13 01:12:37 -04:00
Boris Zbarsky
510f0068e6
Bug 880367 part 2. Make ordering of named constructors in codegen deterministic. r=smaug
...
I ran into this when looking at the diff in codegen from part 1.
2013-06-13 01:12:33 -04:00
Boris Zbarsky
65c0969f7c
Bug 880367 part 1. Change the "enabled" callback for WebIDL constructors to take a JSContext* and the object the constructor will be defined on. r=smaug,bholley
2013-06-13 01:12:26 -04:00
Edgar Chen
077a84f66e
Bug 880369 - Part 2: Xpcshell tests for mcc table. r=allstars.chh
2013-06-11 16:36:29 +08:00
Jeff Muizelaar
45b92880ff
Bug 881724. Remove some unneeded includes from nsHTMLDocument.h. r=ehsan
...
--HG--
extra : rebase_source : 034382c3663f7c20a35e356a4087d57fcc25eaf7
2013-06-10 20:18:29 -04:00
Nicholas Nethercote
5c0a0c7f4f
Bug 882520 - Two minor tweaks to the memory reporting paths. r=bhackett.
...
--HG--
extra : rebase_source : b6176cd0b0314c2216ccc79f76a34fd558876092
2013-06-12 20:14:52 -07:00
Nick Alexander
b43aa4aa67
Bug 880234 - Use add_test in testDeviceSearchEngines. r=mfinkle
2013-06-12 19:17:26 -07:00