Commit Graph

189123 Commits

Author SHA1 Message Date
Bobby Holley
68595fd52e Bug 987163 - Convert from |switch| statements to |if| statements. r=gabor
I realized that the switches are going to be cumbersome for Array stuff, because
we'll have to enumerate each kind of TypedArray as a separate case: statement.
Let's just use |if| so that we can call a helper.
2014-06-17 10:16:08 -07:00
Bobby Holley
eac400d252 Bug 987163 - Mirror the TypedArray ClassSpec between instance and proto JSClasses. r=luke
The Xray code expects to be able to find the ClassSpec via the JSClass of either
instances or standard prototypes. So in the case where these two objects have
different JSClasses, we need to put the information on both.
2014-06-17 10:16:07 -07:00
Jan de Mooij
3b5a0749d1 Bug 1019585 part 3 - Fix JSSubString to work with Latin1 strings. r=terrence
--HG--
extra : rebase_source : bc29bee2826906df79664edae3924990a8eacdb6
2014-06-17 18:43:22 +02:00
Kartikaya Gupta
e5c59ed0a1 Bug 1025562 - Remove improper use of viewport in tiling calculations. r=Cwiiis 2014-06-17 12:44:12 -04:00
Kartikaya Gupta
3c9920cebf Bug 1025562 - Add logging to TiledContentClient. r=Cwiiis 2014-06-17 12:43:12 -04:00
Kyle Huey
5b596dc0ff Bug 1024898: Allow (most) nsBaseChannel subclasses to retarget OnDataAvailable to other threads. r=jduell,sworkman 2014-06-17 09:39:26 -07:00
Kyle Huey
813d4f144a Bug 1024388: Allow JAR channels to retarget to a different thread. r=bz,jduell 2014-06-17 09:39:23 -07:00
Kyle Huey
823b7d1989 Bug 1024388: Attempt to retarget OnDataAvailable to the HTML parser thread for all channels, not just HTTP channels. r=bz 2014-06-17 09:39:19 -07:00
Kyle Huey
b29ba7e116 Bug 1023033: Remove unnecessary MOZ_COUNT_CTOR/DTOR from promise code. r=mccr8 2014-06-17 09:39:16 -07:00
Shashank Sabniveesu
f755bde7e2 Bug 1024120 - Create new member to hold Rect object. r=lucasr 2014-06-12 14:04:00 -04:00
David Rajchenbach-Teller
312556619d Bug 1008944 - Expose AsyncShutdown barriers for OS.File. r=froydnj 2014-06-17 15:11:00 -04:00
Jared Wein
dad32a197c Bug 1025195 - switchToTabHavingURI should have an option to ignore URL hashes when looking for already opened tabs. r=dao
--HG--
extra : rebase_source : 02cf11785573131ac8d0b267512e4cf93c43eb31
2014-06-17 10:01:41 -04:00
Eddy Bruel
1c230bfb39 Bug 1014141 - Fix a regression in the remote debugger;r=mar.castellucio;r=past 2014-06-18 15:26:53 +02:00
Carsten "Tomcat" Book
17929c3ef6 Merge mozilla-central to fx-team 2014-06-18 14:42:45 +02:00
Carsten "Tomcat" Book
ff000deaef Backed out changeset bd48de0a468d (bug 1023957) for bc1 test bustage 2014-06-18 11:29:29 +02:00
Patrick Brosset
113d57d1f9 Bug 1020291 - Rework the way tooltips and highlighters are added to the style inspector; r=harth 2014-06-18 10:25:40 +02:00
James Long
a9d5ba1636 Bug 1024574 - Make xpcshell tests show RDP logs. r=past 2014-06-12 09:59:00 -04:00
vivek
e60841b428 Bug 999211 - Implement cancel editing mode button test on tablet. r=mcomella 2014-06-14 11:49:00 -04:00
Mark Finkle
e27830108a Bug 1026347 - Session:Prefetch should watch for empty nsIURI.host r=bnicholson 2014-06-17 09:52:37 -04:00
Lucas Rocha
34a70021f4 Bug 964861 - Don't update the toolbar state before it gets attached (r=bnicholson) 2014-06-17 14:29:31 +01:00
Carsten "Tomcat" Book
b86b62503a Merge mozilla-central to fx-team 2014-06-17 14:35:35 +02:00
Carsten "Tomcat" Book
8a4ebf62ad merge b2g-inbound to mozilla-central a=merge 2014-06-17 14:23:57 +02:00
Carsten "Tomcat" Book
86bbfb82a8 merge fx-team to mozilla-central a=merge 2014-06-17 14:09:46 +02:00
Carsten "Tomcat" Book
5a515a9e97 merge mozilla-inbound to mozilla-central a=merge 2014-06-17 14:04:56 +02:00
Patrick Brosset
4b6956a7aa Bug 1025880 - Avoid highlighting the default selection when the page is reloaded or when the inspector is opened; r=miker 2014-06-17 13:50:41 +02:00
B2G Bumper Bot
1ed7fe16d0 Bumping manifests a=b2g-bump 2014-06-17 02:16:24 -07:00
B2G Bumper Bot
d45a467014 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d25f3c113e35
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #20431 from zacc/bug_1024433

Bug 1024433 - Update displayedApp atom to handle activityWindows

========

https://hg.mozilla.org/integration/gaia-central/rev/a3a2d9802dc3
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 1024433 - Update displayedApp atom to handle activityWindows
2014-06-17 02:11:43 -07:00
B2G Bumper Bot
8cf9d14f9c Bumping manifests a=b2g-bump 2014-06-17 02:01:13 -07:00
B2G Bumper Bot
066803baa3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/81eaacc98125
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Merge pull request #20579 from fcampo/operator-variant-jshint-1026034

Bug 1026034 - [OperatorVariant] Add jshint setup (r=cjc)

========

https://hg.mozilla.org/integration/gaia-central/rev/0cf63bf3d544
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 1026034 - [OperatorVariant] Add jshint setup
2014-06-17 01:56:50 -07:00
Andrea Marchesini
d1bbaa773b Bug 1025741 - Null-check for GetPerfomance in Console API, r=bz 2014-06-17 08:26:23 +01:00
Hannes Verschore
58e5963dfd Bug 1020364. Fix typo to enable offthread compilation by default again. r=njn, a=huge-performance-regression 2014-06-17 03:23:58 +02:00
Blair McBride
5eaf0a1419 Bug 994915 - Part 1: Move about:newtab CSS into /shared/, r=gijs
--HG--
rename : browser/themes/osx/newtab/controls@2x.png => browser/themes/shared/newtab/controls@2x.png
2014-06-16 22:20:00 +01:00
Ryan VanderMeulen
4ba5134f55 Merge m-c to inbound on a CLOSED TREE. a=merge 2014-06-16 14:26:54 -04:00
Ryan VanderMeulen
9d3b9e6289 Merge fx-team to m-c. a=merge 2014-06-16 14:21:58 -04:00
Jim Chen
93bcf874d5 Bug 1011059 - Use editor rather than selection controller to select all; r=margaret 2014-06-16 11:54:57 -04:00
Jim Chen
b41fbbed73 Bug 1011059 - Don't remove all ranges when selecting; r=margaret 2014-06-16 11:54:56 -04:00
Florian Quèze
997b4bf628 Bug 1012535 - Handle translation service unavailable errors, r=felipe. 2014-06-16 17:50:08 +02:00
Florian Quèze
1b0c1d2ba0 Bug 1025956 - Missing toolbarbutton-dropdown-arrow@2x.png file - remove the CSS rule, r=Gijs. 2014-06-16 17:50:02 +02:00
Victor Porof
48111fede6 Bug 1025885 - Increase the timeout between window resizes required to update the canvas graphs, r=pbrosset 2014-06-16 09:04:27 -04:00
Victor Porof
c6fe109f10 Bug 1025023 - Prevent redrawing the canvas graph on window resize if the graph dimensions haven't changed, r=pbrosset
--HG--
rename : browser/devtools/shared/test/browser_graphs-10.js => browser/devtools/shared/test/browser_graphs-10a.js
rename : browser/devtools/shared/test/browser_graphs-10.js => browser/devtools/shared/test/browser_graphs-10b.js
2014-06-16 08:59:36 -04:00
Victor Porof
7d92110cb7 Bug 1024633 - Add a way of specifying a fixed width or height for canvas graphs, r=pbrosset 2014-06-16 08:59:36 -04:00
Victor Porof
9c8c6548a7 Bug 1007460 - Create a calls minimap, r=pbrosset 2014-06-16 08:59:36 -04:00
B2G Bumper Bot
63107ba531 Bumping manifests a=b2g-bump 2014-06-16 05:01:26 -07:00
B2G Bumper Bot
5a76842e5f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/99d5a7c6f3b1
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #20423 from jmcanterafonseca/multi_contacts

Bug 989927 - [Contacts][Refactor] Create a library that reads the Global...

========

https://hg.mozilla.org/integration/gaia-central/rev/8850fdfd9215
Author: José Manuel Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 989927 - [Contacts][Refactor] Create a library that reads the Global Contacts DataStore and provide a single contact
2014-06-16 04:56:46 -07:00
Tim Taubert
5c83a5076e Bug 991907 - checkEmailStatus in FxAccounts.jsm doesn't handle errors r=markh 2014-06-16 11:47:45 +02:00
Joe Walker
f81f619dcb Bug 1025017 - Fix l10n issues with the GCLI help command and sync with web GCLI; r=mratcliffe 2014-06-17 09:12:17 +01:00
Joe Walker
546cc1addd Bug 1023943 - Better wording for coverage command descriptions; r=harth 2014-06-17 09:12:17 +01:00
Joe Walker
2e542a27c8 Bug 1016285 - Add more unit tests for css coverage; r=harth 2014-06-17 09:12:16 +01:00
Joe Walker
d76f9b7118 Bug 1014223 - Use unique identifier for <style> elements; r=harth 2014-06-17 09:12:16 +01:00
Mark Finkle
070acaa856 Bug 1018430 - UI telemetry actions for web page context menu r=liuche 2014-06-17 00:20:10 -04:00