Commit Graph

165805 Commits

Author SHA1 Message Date
Joel Maher
365de3a47c Bug 965731 - upload a new talos.zip to pick up all the fixes. r=armenzg 2014-01-30 10:47:28 -05:00
Bobby Holley
c65c23ddf9 Bug 959012 - Clean up and separate the semantics of js_{Get,Find}Class{Prototype,Object}. r=jorendorff 2014-01-30 07:45:16 -08:00
Bobby Holley
ed1c3f92c1 Bug 959012 - Create separate js_GetClassPrototype and js_FindClassPrototype to mimic js_{Get,Find}ClassObject. r=jorendorff
The current behavior is crazy, and most definitely not Xray-safe.
2014-01-30 07:45:16 -08:00
Bobby Holley
9bdb964f42 Bug 959012 - Move js_GetClassObject creation logic into GlobalObject. r=jorendorff 2014-01-30 07:45:16 -08:00
Bobby Holley
d3fddee6a0 Bug 959012 - Remove unused cx parameter from JS_IdentifyClassPrototype. r=jorendorff 2014-01-30 07:45:16 -08:00
Bobby Holley
3d866047a2 Bug 959012 - When resolving iterator classes, use JSProto_Iterator instead of JSProto_GeneratorFunction. r=luke
The former triggers all of the appropriate initialization, whereas the latter
is 'imaginary' in jsprototypes.h, which means that the is no initialization
function associated with it.
2014-01-30 07:45:15 -08:00
Nicolas Silva
a6765e2595 Bug 946200 - Use the new texture client/host and async-video if OMTC is activated on Linux. r=nrc 2014-01-30 16:05:47 +01:00
Hannes Verschore
edc7a2d8e0 Bug 958158 - IonMonkey: Optimize do {} while(false), r=djvj 2014-01-30 14:59:24 +01:00
Andrew Halberstadt
ad23173ab2 Bug 948070 - Create a mach target for b2g desktop reftests, r=jgriffin, DONTBUILD, a=NPOTB 2014-01-30 08:42:18 -05:00
Andrea Marchesini
86ea0191fb Bug 964293 - Implement Cu.cloneInto() method, r=bholley 2014-01-30 04:45:48 -08:00
Henri Sivonen
bde9b85e96 Bug 959061 - Have only one "Chinese, Simplified" item in the Character Encoding menu. r=Unfocused. 2014-01-30 14:39:25 +02:00
Mats Palmgren
e0b4b045c4 Bug 959311 - Splitting nsComboboxControlFrame makes no sense so it should always report COMPLETE reflow status. Also, make them page-break-inside:avoid by default. r=bz 2014-01-30 12:12:02 +00:00
Mats Palmgren
b0e66c173a Bug 964726 - (Windows/OS2 only) Don't handle CTRL+F4 as a combobox command, so that it works as Close Tab as intended. r=bz 2014-01-30 12:12:02 +00:00
Carsten "Tomcat" Book
16cbd5a063 Merge mozilla-central to mozilla-inbound 2014-01-30 12:08:09 +01:00
Masatoshi Kimura
8949c3a6fe Bug 964964 - Remove window.pkcs11. r=bz 2014-01-30 20:00:01 +09:00
Andy Wingo
81cfb7c18c Bug 965243 - Remove dead constructor of ScopeIter r=jorendorff
--HG--
extra : amend_source : e11741d6b1e4baeaa08df1e041df303055d68634
2014-01-30 11:07:57 +01:00
Jonathan Kew
244e290b69 bug 964313 - use harfbuzz for all text shaping (now including Hangul) on Windows. r=jdaggett 2014-01-30 09:48:37 +00:00
Jonathan Kew
db9c35e7da bug 964240 - update harfbuzz to pick up Hangul shaper improvements and other fixes. r=jdaggett 2014-01-30 09:48:20 +00:00
Nicholas Cameron
9c2572e5e5 Bug 959781. Ensure we are using the correct content type in BeginPaint and BorrowDrawTargetForPainting. r=mattwoodrow 2014-01-30 22:39:11 +13:00
Karl Tomlinson
f90c19d165 Bug 961996 - restore mForceShutDown check before MediaStreamGraphShutDownRunnable dispatch r=roc
This check was dropped in 1ebe4da27dd5.

--HG--
extra : rebase_source : 495d81cff39f2ee074effe6bef06caf6b2ac3161
2014-01-30 18:50:17 +13:00
Gijs Kruitbosch
06759240a2 Bug 936442 - part 1: refactor CharsetMenu to allow Australis code to use it, r=Unfocused 2014-01-27 11:56:04 +00:00
Erik Vold
8b52f68cbb Bug 964545 Add-on SDK page-mods are now debuggable r=dcamp
From 4e2794d4afedd6162aae2263c698c491b96d383e Mon Sep 17 00:00:00 2001
---
 addon-sdk/source/lib/sdk/content/sandbox.js        |  13 +-
 .../source/lib/sdk/deprecated/traits-worker.js     |   5 +-
 addon-sdk/source/lib/sdk/loader/sandbox.js         |  17 ++-
 addon-sdk/source/lib/sdk/tabs/utils.js             |   2 +-
 .../addons/page-mod-debugger-post/data/index.html  |   7 ++
 .../addons/page-mod-debugger-post/data/script.js   |   7 ++
 .../test/addons/page-mod-debugger-post/main.js     | 133 +++++++++++++++++++++
 .../addons/page-mod-debugger-post/package.json     |   4 +
 .../addons/page-mod-debugger-pre/data/index.html   |   7 ++
 .../addons/page-mod-debugger-pre/data/script.js    |   7 ++
 .../test/addons/page-mod-debugger-pre/main.js      | 128 ++++++++++++++++++++
 .../test/addons/page-mod-debugger-pre/package.json |   4 +
 addon-sdk/source/test/test-page-mod.js             |  34 ++++--
 toolkit/devtools/DevToolsExtensions.jsm            |  46 +++++++
 toolkit/devtools/server/actors/script.js           |  25 +++-
 toolkit/devtools/tests/mochitest/chrome.ini        |   1 +
 .../tests/mochitest/test_devtools_extensions.html  | 117 ++++++++++++++++++
 17 files changed, 537 insertions(+), 20 deletions(-)
 create mode 100644 addon-sdk/source/test/addons/page-mod-debugger-post/data/index.html
 create mode 100644 addon-sdk/source/test/addons/page-mod-debugger-post/data/script.js
 create mode 100644 addon-sdk/source/test/addons/page-mod-debugger-post/main.js
 create mode 100644 addon-sdk/source/test/addons/page-mod-debugger-post/package.json
 create mode 100644 addon-sdk/source/test/addons/page-mod-debugger-pre/data/index.html
 create mode 100644 addon-sdk/source/test/addons/page-mod-debugger-pre/data/script.js
 create mode 100644 addon-sdk/source/test/addons/page-mod-debugger-pre/main.js
 create mode 100644 addon-sdk/source/test/addons/page-mod-debugger-pre/package.json
 create mode 100644 toolkit/devtools/DevToolsExtensions.jsm
 create mode 100644 toolkit/devtools/tests/mochitest/test_devtools_extensions.html
2014-01-27 23:21:31 -08:00
Jim Mathies
12995a1d99 Bug 965490 - Update fling jank and about:start jank tests to share an axis for data points. r=me 2014-01-29 14:52:14 -06:00
Hasse
2e0ee5c6e5 Bug 962648 - Ship LGPL-licensed Swedish dictionary. r=gerv 2014-01-28 18:56:49 +01:00
Marco Bonardo
5c4267f108 Bug 945707 - Pausing a download fails when done after a retry. r=paolo 2014-01-29 17:00:17 -05:00
Roberto A. Vitillo
26740a0479 Bug 839794 - Use OS.File in Telemetry. r=Yoric 2014-01-28 13:56:58 +00:00
Chenxia Liu
d2a2727be9 Bug 963444 - Link to beta release notes is incorrect. r=bnicholson 2014-01-29 13:34:43 -08:00
Marina Samuel
0c82400c5a Bug 962815 - Update pin button after pin decision is made. r=rsilveira 2014-01-29 16:20:29 -05:00
Gijs Kruitbosch
3617d2f7bc Bug 940116 - part 2, include more shortcuts inside Australis widgets, r=jaws 2014-01-29 20:48:28 +00:00
Gijs Kruitbosch
e3b67052fb Bug 940093 - offer UI option in Australis' customization mode to toggle titlebar, r=jaws 2014-01-29 17:19:23 +00:00
Marina Samuel
79e566cd9d Bug 962282 - Flip the Metro back button arrows and tab outline in RTL locales. r=mbrubeck 2014-01-29 15:40:09 -05:00
Ryan VanderMeulen
449e0aabd1 Merge b2g-inbound to m-c on a CLOSED TREE. 2014-01-29 15:37:19 -05:00
Ryan VanderMeulen
d309c0b3bf Merge fx-team to m-c on a CLOSED TREE. 2014-01-29 15:18:45 -05:00
B2G Bumper Bot
8eeeb09f7b Bumping manifests a=b2g-bump 2014-01-29 12:05:56 -08:00
B2G Bumper Bot
df26f9c5b4 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/621040ee199c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #15356 from borjasalguero/dm_update_time_strings"

This reverts commit 78dda57ce4b5e5eb862a370a4fb994d1f0b1c5a3, reversing
changes made to 7c033555f5f79bca85d2a89a9d78fa3dff7dfead.
2014-01-29 12:00:10 -08:00
B2G Bumper Bot
73eea36bba Bumping manifests a=b2g-bump 2014-01-29 11:47:50 -08:00
B2G Bumper Bot
09601c3494 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/25ef0efcc8cf
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15787 from KevinGrandon/bug_960250_to_master

Bug 960250 - Show app titles in status bar

========

https://hg.mozilla.org/integration/gaia-central/rev/ca2f1cadd156
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 960250 - Show app titles in status bar r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/1c16e3927bdf
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #15656 from arcturus/bug-962215

Bug 962215 - [B2G][Contacts]Unable to import contacts from the SD card.

========

https://hg.mozilla.org/integration/gaia-central/rev/df981ce193c4
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 962215 - [B2G][Contacts]Unable to import contacts from the SD card.

========

https://hg.mozilla.org/integration/gaia-central/rev/b89bbd4ec3ea
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #15679 from arcturus/bug-957338

Bug 957338 - [Contacts] When viewing contact details from the Messages app (via Activity) the chat icon is not functional and not disabled either

========

https://hg.mozilla.org/integration/gaia-central/rev/2d25b8b0149d
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 957338 - [Contacts] When viewing contact details from the Messages app (via Activity) the chat icon is not functional and not disabled either
2014-01-29 11:47:42 -08:00
Ryan VanderMeulen
733397089c Backed out changesets ac4e6f145b9a, 91c572ac5ee1, f501606dc1d3, and 15fc5d1cb10e (bug 952893) for test failures on a CLOSED TREE. 2014-01-29 14:34:08 -05:00
Paul Adenot
4d185812e3 Bug 952893 - Null-check mStream in AudioDestinationNode::SetIsOnlyNodeForContext as it can be called during CC, on a CLOSED TREE.
--HG--
extra : rebase_source : 20893fd4bba9a92c71a3e205e58dc03e6f2958dd
2014-01-29 19:09:39 +01:00
Gijs Kruitbosch
dca189e13d Bug 964433 - overflowedItem fix for Australis overflowable toolbar, r=jaws 2014-01-29 17:22:52 +00:00
B2G Bumper Bot
954b41bfee Bumping manifests a=b2g-bump 2014-01-29 09:18:05 -08:00
B2G Bumper Bot
055c5c3e94 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/59b5a0203768
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #15803 from gabrielesvelto/bug-947234-incremental-threads-v1.3

Bug 947234 - Improve SMS app launch latency

========

https://hg.mozilla.org/integration/gaia-central/rev/1a37d498bb50
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 947234 - Quiet facebook-related errors that aren't really errors

========

https://hg.mozilla.org/integration/gaia-central/rev/34ab93047dec
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 947234 - Render the threads incrementally
2014-01-29 09:15:21 -08:00
Gijs Kruitbosch
8c817db0c5 Bug 940116 - part 1 of many, fix Australis' customize/quit/help labels, r=jaws
--HG--
extra : rebase_source : c21f1850c72ed7f11defcd00711f48fd8e12f668
2014-01-29 17:10:14 +00:00
Mark Hammond
a0653cf996 Bug 958927 - XUL dialogs for sync unlink and relink confirmation dialogs. r=gavin
Conflicts:
	browser/base/content/aboutaccounts/aboutaccounts.js

--HG--
extra : rebase_source : 2c81fe29d3b85eb8174b988cbaff516e71c39358
2014-01-28 20:43:01 -08:00
Mark Hammond
6212174faa Bug 965016 - about:accounts should always say "Firefox Accounts", not "Nightly Accounts". r=ttaubert
--HG--
extra : rebase_source : eebff0b5ba1b783fea1bb70fa0b848ac1c7e85e7
2014-01-28 20:43:01 -08:00
Lucas Rocha
199b788a1e Bug 963508 - Don't directly remove elements while iterating on a set (r=wesj) 2014-01-29 09:03:31 -08:00
Lucas Rocha
3b22bbe70e Bug 962237 - Fix indentation in toolbar_edit_layout.xml (r=wesj) 2014-01-29 09:02:08 -08:00
Gijs Kruitbosch
e84dfbd633 Bug 964217 - search item is broken in Australis' customize code, r=mikedeboer 2014-01-28 15:53:45 +00:00
Gijs Kruitbosch
80086136d3 Bug 947915 - fix sync button pending state on Australis win7 glass on menubar/tabstoolbar, r=mikedeboer 2014-01-29 16:27:33 +00:00
Mike de Boer
1800594e75 [Australis] Bug 870593: add locale strings to be used for tips in Customize Mode. r=Gijs 2014-01-29 15:43:29 +01:00