Commit Graph

213072 Commits

Author SHA1 Message Date
Ehsan Akhgari
05c732fdff Bug 1091628 - Remove TVProgram::mIsInterrupting since it is unused; r=seanlin 2014-10-31 10:42:02 -04:00
Ehsan Akhgari
1296bf13df Bug 1090214 - Replace the Windows setup.sh tooltool script with one that can extract LLVM packages; r=catlee
This is the source for the new setup.sh:

#!/bin/sh

rm -rf sccache
tar -xjf sccache.tar.bz2

if test -d LLVM; then
  rm -rf LLVM
fi
if test -f LLVM-*-win32.zip; then
  unzip LLVM-*-win32.zip
  mv LLVM-*-win32 LLVM
fi
2014-10-31 10:40:56 -04:00
Nicolas Silva
1d051c1f6c Bug 1074382 - Add some gfxCriticalError logging in the initialization of D3D9. r=milan 2014-10-30 18:20:23 +01:00
Mike Shal
761ca8ba72 Bug 1087088 - Don't install libclearkey to dist/bin; r=ted 2014-10-30 11:07:18 -04:00
Georg Fritzsche
9e9bcfd90a Bug 1069874 - Add keyed histogram types. r=froydnj 2014-10-30 20:51:01 +01:00
Georg Fritzsche
2a3f0b36d9 Bug 1069953 - Part 1: Make min/max/bucket_count optional for nsITelemetry newHistogram(). r=froydnj 2014-10-28 12:47:38 +01:00
Lars T Hansen
9ad65bcdeb Bug 1068684 - Remove test for length restriction. r=jandem 2014-10-31 15:03:35 +01:00
Jan de Mooij
9e82c46daf Bug 1091757 - Fix ReportUninitializedLexical to not call frameIndex() for aliased locals. r=shu 2014-10-31 14:29:11 +01:00
Carsten "Tomcat" Book
17a5193227 Merge mozilla-central to mozilla-inbound 2014-10-31 14:23:10 +01:00
Carsten "Tomcat" Book
5925b43698 merge fx-team to mozilla-central a=merge 2014-10-31 14:19:30 +01:00
Carsten "Tomcat" Book
52411c0726 merge mozilla-inbound to mozilla-central a=merge 2014-10-31 14:07:48 +01:00
Lars T Hansen
757515e485 Bug 1068684 - remove asm.js length restriction on SharedArrayBuffer. r=luke 2014-10-31 13:37:11 +01:00
Hannes Verschore
03468c2ddb Bug 1090424: IonMonkey: Improve range on when to fold MCompare, r=sunfish 2014-10-31 13:21:12 +01:00
Carsten "Tomcat" Book
764e5a8bda Backed out changeset b6d6ee031d40 (bug 611388) 2014-10-31 13:12:25 +01:00
Carsten "Tomcat" Book
6ab7c874a2 Backed out changeset 77052db08766 (bug 611388) 2014-10-31 13:12:18 +01:00
Gabor Krizsanits
9d0ea83164 Bug 1061469 - part10: Removing intermittent import test. r=mrbkap 2014-10-31 13:03:03 +01:00
Gabor Krizsanits
6742856ebb Bug 1061469 - part9: test: defaultView should be null for imports. r=mrbkap 2014-10-31 13:03:03 +01:00
Jonathan Watt
5559a5b51f Bug 1090614 follow-up to add back the Clip() change. r=mattwoodrow 2014-10-31 11:26:28 +00:00
Jonathan Watt
6ec5c9c594 Bug 1076910 - Add some error checks to gfxUtils::EncodeSourceSurface. r=Bas 2014-10-31 11:16:45 +00:00
Jonathan Watt
07d0853822 Bug 1076910 - Don't use gfxPlatform::GetPlatform() off the main thread. r=Bas 2014-10-31 11:16:38 +00:00
Jonathan Watt
8466e5627a Bug 1090614 - Make nsCSSRendering::PaintBoxShadowOuter construct a Moz2D Path to do its clipping. r=mattwoodrow 2014-10-31 11:16:27 +00:00
Carsten "Tomcat" Book
9c3e0dbebd Backed out changeset c0f433bceae7 (bug 1053434) for frequent windows 7 debug memory leaks 2014-10-31 08:03:57 +01:00
Mike Conley
bb8d3e78fd Bug 1085694: Add SessionStore tests for crashed tabs. r=ttaubert,smacleod.
--HG--
extra : rebase_source : 4957b2264ac7afcc165f8a472ac9608f812688a8
2014-10-31 01:38:58 -04:00
Carsten "Tomcat" Book
5684d001cf Backed out changeset cb3179f8ea2b (bug 1079563) for bc memory leak test failures 2014-10-31 06:22:07 +01:00
Carsten "Tomcat" Book
938fc5b5c7 Backed out changeset 780d8f101fe0 (bug 1079563) 2014-10-31 06:20:36 +01:00
Mark Capella
8ae037aea0 Bug 1089655 - crash in java: Unhandled error for GeckoRequest: FindInPage, r=wesj 2014-10-30 21:18:32 -04:00
Mark Hammond
c200ce93b5 Bug 1079563 (part 2) - allow white-listed sites to request troubleshooting info. r=MattN 2014-10-31 11:29:54 +11:00
Mark Hammond
3bcd8e1a9a Bug 1079563 (part 1) - replace use of async.js with promises in webchannel tests. r=MattN 2014-10-31 11:29:54 +11:00
Mark Hammond
30b6adb91f Bug 1091320 - fix legacy sync password and passphrase operations with incontent prefs. r=adw 2014-10-31 11:26:22 +11:00
Nick Alexander
51aa4aeb27 Bug 1039902 - Minify the Fennec JS code in automation. r=glandium
This patch adds a SpiderMonkey jsshell binary via tooltool and arranges
for it to be used in automation (more specifically, whenever JS_BINARY
is defined).

We'd prefer to build a host SpiderMonkey jsshell, but that's not trivial
right now; and we'd prefer to use a minifier better than the existing
Python jsmin (possibly written in JavaScript), but one step at a time.
2014-10-30 17:02:58 -07:00
Nick Alexander
011cfd5f6b Bug 1090599 - Upgrade in-tree jsmin to release-2.0.11. r=gps
This updates to release-2.0.11 (sha1: 04374472ed18) from
https://bitbucket.org/dcs/jsmin/.
2014-10-30 17:02:33 -07:00
Swaroop Rao
458cbffb8e Bug 1002888 - Allow deleting Firefox Account from confirm account screen. r=nalexander
--HG--
extra : rebase_source : 16736f77434d01d37ecd36180064a5a53b1d9179
2014-10-30 16:31:25 -07:00
Wes Kocher
f060936900 Backed out 6 changesets (bug 1088228) for static analysis bustage
Backed out changeset 13ecff800114 (bug 1088228)
Backed out changeset de692c3335f2 (bug 1088228)
Backed out changeset 2d449a2b4e1c (bug 1088228)
Backed out changeset 49ac8f33ab70 (bug 1088228)
Backed out changeset 920d50e84a17 (bug 1088228)
Backed out changeset 55f4818378e4 (bug 1088228)
2014-10-30 16:24:02 -07:00
Monica Chew
d3ab192815 Bug 1004781: Actually remove the pinset (r=keeler) 2014-10-30 16:21:09 -07:00
Monica Chew
a8f153ca18 Bug 1004781: Remove our pinset for facebook since it's in chromium now (r=keeler) 2014-10-30 16:14:19 -07:00
Brian Grinstead
0f755b9029 Bug 1053434 - Listen for lightweight theme changes and call relevant listeners for devedition theme;r=Gijs 2014-10-30 15:52:18 -07:00
Blake Kaplan
cf259d89d5 Bug 1056018 - Mark the a few IPC calls as urgent priority to deal with edge cases involving CPOWs. r=billm (with one bugfix written by him and r=me) 2014-10-30 15:51:39 -07:00
David Rajchenbach-Teller
6a77b8e610 Bug 1083989 - Adapting e10s mochitests that expect Promise.jsm in the scope. r=yoric 2014-10-30 23:39:48 +01:00
Wes Kocher
7a096b919c Backed out changeset 4ed63d7489fe (bug 1087541) for b2g mochitest-9 failures 2014-10-30 14:56:03 -07:00
John Schoenick
3f1444d2c6 Bug 1090530 - Ensure that we unregister preference observers in nsPresContext unlink. r=roc 2014-10-30 14:49:01 -07:00
Boris Zbarsky
1ca4d15575 Bug 1088228 part 6. Simplify the DOM GetParentObject setup, now that we no longer rely on it for scope chains. r=peterv 2014-10-30 17:43:42 -04:00
Boris Zbarsky
46bca7404e Bug 1088228 part 5. Use the new CloneFunctionObject in XBL. r=peterv 2014-10-30 17:40:17 -04:00
Boris Zbarsky
00b1193b0c Bug 1088228 part 4. Add a version of JS_CloneFunctionObject that allows passing in a scope chain. r=shu 2014-10-30 17:40:15 -04:00
Boris Zbarsky
19a45014f5 Bug 1088228 part 3. Use the new nsJSUtils API for event handlers. r=peterv 2014-10-30 17:40:13 -04:00
Boris Zbarsky
49256af4b5 Bug 1088228 part 2. Create an nsJSUtils API for building the scope chain for a given Element. r=peterv 2014-10-30 17:40:09 -04:00
Boris Zbarsky
f3eda36389 Bug 1088228 part 1. Introduce an nsINode API for getting the scope chain parent for a given node. r=peterv 2014-10-30 17:38:48 -04:00
Chenxia Liu
f4b5536077 Bug 1089810 - Update Private Browsing contextual hint string. r=margaret 2014-10-30 14:15:49 -07:00
Wes Kocher
b26226f666 Backed out changeset fe00dbf89462 (bug 1063156) for bustage 2014-10-30 13:25:35 -07:00
Ryan VanderMeulen
9b63ca4127 Merge m-c to fx-team. a=merge 2014-10-30 16:17:54 -04:00
Ryan VanderMeulen
aa31867de0 Merge inbound to m-c. a=merge 2014-10-30 16:03:53 -04:00