Commit Graph

128445 Commits

Author SHA1 Message Date
Phil Ringnalda
398123c900 Back out 104ba36f44c0 (bug 845596) for jsreftest assertions
CLOSED TREE
2013-04-13 19:15:33 -07:00
Phil Ringnalda
d5678418dc Back out f21835504604 (bug 860338) for build bustage
CLOSED TREE
2013-04-13 19:09:05 -07:00
Ralph Giles
62fe9d4041 Bug 860338 - remove MOZ_WEBVTT. r=ted
The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.

The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.
2013-04-10 16:37:00 -07:00
Jose Cortes
47c6e6e146 Bug 842186 - Replace use of jsval with JS::Value in dom/base. r=jwalden
From 1a684ed61615d32965201e55335478d5f403ac4a Mon Sep 17 00:00:00 2001
 cpp files in the dom/base/ directory. r=jwalden
---
 dom/base/Crypto.cpp                     |  3 +-
 dom/base/DOMRequest.cpp                 | 12 +++---
 dom/base/DOMRequest.h                   |  4 +-
 dom/base/Navigator.cpp                  | 10 ++---
 dom/base/nsDOMJSUtils.h                 |  6 +--
 dom/base/nsDOMWindowUtils.cpp           | 20 ++++-----
 dom/base/nsGlobalWindow.cpp             | 24 +++++------
 dom/base/nsIJSNativeInitializer.h       |  4 +-
 dom/base/nsJSEnvironment.cpp            | 73 +++++++++++++++++----------------
 dom/base/nsJSEnvironment.h              |  8 ++--
 dom/base/nsJSTimeoutHandler.cpp         |  4 +-
 dom/base/nsJSUtils.h                    |  2 +-
 dom/base/nsStructuredCloneContainer.cpp | 10 ++---
 13 files changed, 91 insertions(+), 89 deletions(-)

--HG--
extra : rebase_source : af1420550a745aba9fd6c20297ac3cd0075f5ead
2013-04-11 18:52:10 -04:00
Jeff Walden
793de71bbb Bug 860931 - Remove a bunch of deadwood autoconf defines. r=ted
--HG--
extra : rebase_source : a6adb8464dca8dc3800d92ea72e7695e928b3f82
2013-03-29 16:18:21 -07:00
Brian Hackett
78a959193d Bug 845596 - Keep track of free variables during syntax parsing, r=jorendorff. 2013-04-13 18:59:42 -06:00
Wes Kocher
4dcc4406e6 Bug 861277 - Uplift addon-sdk's integration branch 2013-04-13 17:25:38 -07:00
Phil Ringnalda
b63e5a5c84 Back out 390be7c3dd3a (bug 853301) and 029a6cc8ca0a (bug 724533) for b2g desktop Windows build bustage and Windows xpcshell orange
CLOSED TREE
2013-04-13 13:31:01 -07:00
Ehsan Akhgari
a30fe64727 Bug 861325 - Use an optional NamedConstructor argument for HTMLAudioElement; r=bzbarsky 2013-04-12 15:35:46 -04:00
Matt Brubeck
8871dc1b75 Bug 847279 - Remove extra mouse click in test_bug620145.html [r=dolske]
This extra mouse click can cause problems in later tests on Windows,
because it opens the Firefox menu and leaves it open.
2013-04-13 11:22:40 -07:00
Norbert Lindenberg
7de5324f6a Bug 853301 - Enable ECMAScript Internationalization API for desktop Firefox. r=gps, r=brendan, sr=asa 2013-04-13 12:27:27 -04:00
Norbert Lindenberg
50294d8ca5 Bug 724533 - Integrate ICU into the Mozilla build. r=glandium 2013-04-13 12:26:06 -04:00
Benjamin Smedberg
60a360bd0b Bug 837835 - Reserve VM space at startup and free it when a crash happens, in the hope that writing a minidump will then succeed. r=ted 2013-04-13 09:10:28 -04:00
Jan de Mooij
430d9134e2 Bug 860239 - Make Ion OSR a bit more robust against scripts with multiple loops. r=bhackett 2013-04-13 15:04:22 +02:00
Mark Capella
e796baee59 Bug 848267 - Awesomebar loses correct tab selection, r=wesj, f=lucasr 2013-04-13 08:34:13 -04:00
Olli Pettay
ce7914ffdb Bug 860971, if changing the visibility changes contentviewer, don't try to proceed in nsFrameLoader::Show, r=bz 2013-04-13 15:30:38 +03:00
Ryan VanderMeulen
1637d616a5 Merge m-c to inbound. 2013-04-13 08:04:05 -04:00
ffxbld
877fc79287 No bug, Automated blocklist update from host bld-linux64-ec2-339 - a=blocklist-update 2013-04-13 03:26:56 -07:00
Brian Hackett
f13f647ccb Bug 846967 - Allow ParseContext chain to have contexts from different parsers, r=jorendorff. 2013-04-13 04:15:52 -06:00
Ms2ger
90d72aaffd Bug 861098 - Remove more classinfo; r=bz 2013-04-13 09:08:49 +02:00
Ms2ger
8db714d837 Bug 856629 - Part b: Implement ChildNode.remove(); r=bz 2013-04-13 09:08:47 +02:00
Ms2ger
8805ae179d Bug 856629 - Part a: Import a test for HTMLSelectElement.remove(); rs=volkmar 2013-04-13 09:06:49 +02:00
Ms2ger
be88bc5bfc Bug 858212 - Move FileReader to Paris bindings; r=bz 2013-04-13 09:06:31 +02:00
Ms2ger
ac9f70a121 Bug 826740 - Part g: Remove HTMLCanvasElement quickstubs; r=khuey 2013-04-13 09:05:58 +02:00
Ms2ger
ebda306fd2 Bug 826740 - Part f: Move HTMLCanvasElement to Paris bindings; r=khuey 2013-04-13 09:05:51 +02:00
Ms2ger
d9c0b6846d Bug 826740 - Part e: Implement the WebIDL API for HTMLCanvasElement; r=khuey 2013-04-13 09:05:40 +02:00
Ms2ger
dd5c2e3a40 Bug 826740 - Part d: Use implicit_jscontext to simplify nsIDOMHTMLCanvasElement.getContext; r=khuey 2013-04-13 09:05:33 +02:00
Ms2ger
ef15912c48 Bug 826740 - Part c: Pass a JS::Value instead of an nsIVariant to nsIDOMHTMLCanvasElement.toDataURL; r=khuey 2013-04-13 09:05:22 +02:00
Ms2ger
232412192b Bug 826740 - Part b: Remove unused arguments from nsIDOMHTMLCanvasElement; r=khuey 2013-04-13 09:04:53 +02:00
Ms2ger
4b5884768c Bug 826740 - Part a: General cleanup for HTMLCanvasElement; r=khuey 2013-04-13 09:03:57 +02:00
Ms2ger
b1a36bd6e2 Bug 841488 - Part d: Move HTMLSelectElement to WebIDL bindings, remove CI and QS; r=khuey 2013-04-13 09:01:59 +02:00
Ms2ger
c5eed167f0 Bug 841488 - Part c: Implement the remainder of the WebIDL API on HTMLSelectElement; r=khuey 2013-04-13 09:01:04 +02:00
Ms2ger
0da234f352 Bug 858211 - Use more webidl features for HTMLAudioElement; r=bz 2013-04-13 08:59:30 +02:00
Ms2ger
e7b833b90c Bug 853818 - Followup: address missed review comment. 2013-04-13 08:56:44 +02:00
Ryan VanderMeulen
2436630ae0 Merge m-c to inbound. 2013-04-12 17:36:56 -04:00
Marco Bonardo
0567c7b1a1 Bug 848935 - Skip spurious load events for intermittent failures in browser_aboutHome.js 2013-04-12 23:20:05 +02:00
Ryan VanderMeulen
3af9fd961e Merge m-c to fx-team 2013-04-12 15:07:48 -04:00
Ryan VanderMeulen
5c10abc499 Merge the last PGO-green inbound changeset to m-c. 2013-04-12 15:06:45 -04:00
Tim Taubert
36f54048f1 Bug 845681 - Save session states without any open windows on Mac OS X; r=felipe 2013-04-12 20:35:24 +02:00
Bob Clary
3901d83eb4 bug 860986 - SUTAgent - add abi to registration url, r=jmaher. DONTBUILD 2013-04-12 11:23:56 -07:00
Dave Camp
6789ef2fde Merge backout. 2013-04-12 08:08:04 -07:00
Dave Camp
aff8b8d2ee Backout 643194ceabe4, cfca520dc6f5, and cfca520dc6f5 (bug 855914) for MaxHeap regression. 2013-04-12 08:07:34 -07:00
Ryan VanderMeulen
4ad166a59e Merge m-c to fx-team. 2013-04-12 10:44:26 -04:00
Mike Hommey
5c8ed70aa8 Backout changeset 859361dea2f0 (bug 860371) for windows PGO regressions 2013-04-12 16:06:56 +02:00
Mike Hommey
1ec8e719f4 Bug 861178 - Don't purge dist/ data during the MOZ_PROFILE_USE pass of a PGO build. r=ted 2013-04-12 16:03:06 +02:00
Jonathan Kew
5bc02addef bug 838239 - check for possible DPI change when restoring content from browser history. r=roc 2013-04-12 13:23:01 +01:00
Jonathan Kew
aeafb5851d bug 861112 - (widget/gtk2) scaling from display to device pixels should only apply to top-level windows/dialogs/popups, not to child or plugin windows. r=roc 2013-04-13 08:53:47 +01:00
Chris Lord
a49464c86a Bug 861246 - Fix async scrolling of fixed layer margins. r=nrc
Make sure the fixed margins are sent over IPC to shadow layers.

--HG--
extra : rebase_source : ab26359f1ebf2ea130ee65d37249d43d1fd82aec
2013-04-13 10:41:18 +12:00
Chris Peterson
9b203c52d2 Bug 861395 - Part 1: Log the cause exception that we report to Socorro. r=kats 2013-04-12 12:56:31 -07:00
Nathan Froyd
58f7f025dc Bug 859257 - include jscpucfg.h in NumericConversions.h so DoublePun definitions are correct; r=Waldo 2013-04-12 15:09:38 -04:00