Commit Graph

361707 Commits

Author SHA1 Message Date
B2G Bumper Bot
5f13fe7e12 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d0baff2da644
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #19251 from wilsonpage/979457

Bug 979457 - [camera] 'ready to use' perf measurement

========

https://hg.mozilla.org/integration/gaia-central/rev/47e51dcdf88e
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 979457 - [camera] 'ready to use' perf measurement
2014-05-20 02:41:09 -07:00
Tooru Fujisawa
0797db5c97 Bug 1003149 - Part2: Implement JSOP_SPREAD* optimized stubs in the baseline compiler. r=jandem 2014-05-16 01:50:14 +09:00
Valentin Tsatskin
acd79c99c9 Bug 1009552 - Fix overlap of neterror icon with header in RTL mode. r=jaws 2014-05-15 11:19:00 -04:00
Alexandre Poirot
52c608278d Bug 964778 - Fix app install. r=fabrice 2014-05-20 09:30:00 -04:00
Eddy Bruel
55c6905c8b Bug 1003095 - Create a whitelist for the chrome module;r=past 2014-05-21 14:01:20 +02:00
Eddy Bruel
19550e9c57 Bug 1003095 - Implement a Worker Loader;r=past 2014-05-21 13:58:18 +02:00
Jordan Santell
e2a3b14c3f Bug 1006875 - Better styles for graphs in web audio editor, r=vp 2014-05-20 12:50:00 +02:00
Tim Nguyen
e6aaae658c Bug 973691 - Make the code mirror find/go to line match the devtools theme. r=bgrins 2014-05-16 14:48:00 +02:00
Michael Pruett
6172ca8355 Bug 1004903 - Update about dialog to use UpdateChannel.jsm. r=gavin 2014-05-15 13:55:41 -05:00
Tim Taubert
de92dbfcc9 Bug 973532 - Let the preloader's docShells be inactive so that about:newtab can rely on document.hidden r=adw 2014-05-19 23:33:59 +02:00
Mark Capella
fa7ff40f68 Bug 852595 - Increase vertical space to show more remote tabs in tabs tray, r=nalexander
* * *
Bug 852595 - (p2) Smooth mHeader display transition, r=nalexander
* * *
Bug 852595 - (p3) Can we always just , r=nalexander
2014-05-21 03:33:48 -04:00
Paul Rouget
19f1f1f91e Bug 1010387 - [appmgr v2] write tests and make good use of promises & tasks. r=janx r=jryans
---
 browser/devtools/app-manager/app-validator.js    |   2 +-
 browser/devtools/webide/content/newapp.js        |  30 +++-
 browser/devtools/webide/content/webide.js        | 180 +++++++++++++++--------
 browser/devtools/webide/modules/app-manager.js   |  27 +++-
 browser/devtools/webide/moz.build                |   1 +
 browser/devtools/webide/test/app.zip             | Bin 0 -> 480 bytes
 browser/devtools/webide/test/app/index.html      |   6 +
 browser/devtools/webide/test/app/manifest.webapp |   5 +
 browser/devtools/webide/test/chrome.ini          |  13 ++
 browser/devtools/webide/test/head.js             |  81 ++++++++++
 browser/devtools/webide/test/hosted_app.manifest |   3 +
 browser/devtools/webide/test/templates.json      |  14 ++
 browser/devtools/webide/test/test_basic.html     |  39 +++++
 browser/devtools/webide/test/test_import.html    |  65 ++++++++
 browser/devtools/webide/test/test_newapp.html    |  48 ++++++
 browser/devtools/webide/test/test_runtime.html   | 118 +++++++++++++++
 browser/devtools/webide/themes/details.css       |   1 -
 browser/devtools/webide/themes/newapp.css        |   4 -
 18 files changed, 558 insertions(+), 79 deletions(-)
 create mode 100644 browser/devtools/webide/test/app.zip
 create mode 100644 browser/devtools/webide/test/app/index.html
 create mode 100644 browser/devtools/webide/test/app/manifest.webapp
 create mode 100644 browser/devtools/webide/test/chrome.ini
 create mode 100644 browser/devtools/webide/test/head.js
 create mode 100644 browser/devtools/webide/test/hosted_app.manifest
 create mode 100644 browser/devtools/webide/test/templates.json
 create mode 100644 browser/devtools/webide/test/test_basic.html
 create mode 100644 browser/devtools/webide/test/test_import.html
 create mode 100644 browser/devtools/webide/test/test_newapp.html
 create mode 100644 browser/devtools/webide/test/test_runtime.html
2014-05-21 09:29:43 +02:00
Camilo Viecco
e7518a4528 Bug 1009635 - PreloadedHPKP.json should also contain production/exclusion lists. r=keeler
--HG--
extra : rebase_source : 46c13e490358f26b21191d6d783d795897ceea63
2014-05-15 08:04:54 -07:00
Jim Chen
9ae694cea2 Bug 993261 - Remove legacy code for redirecting key events to URL bar. r=lucasr 2014-05-15 14:06:00 +02:00
Tim Nguyen
ae43efa29c Bug 1011249 - Add HDPI profiler-stopwatch.svg icon. r=bgrins 2014-05-16 14:53:00 +02:00
Lucas Rocha
5bf2c96f02 Bug 1011533 - Update ShapeCurve's path in onSizeChanged instead of onMeasure (r=bnicholson) 2014-05-19 10:55:52 +01:00
Mark Hammond
98d1a3c897 Bug 1009264 - Strip trailing slash from services.sync.tokenServerURI. r=ckarlof 2014-05-19 09:53:54 +10:00
Phil Ringnalda
d6d67da827 Merge f-t to m-c 2014-05-17 18:05:32 -07:00
Phil Ringnalda
b99b21f7ab Merge m-i to m-c 2014-05-17 17:54:55 -07:00
Phil Ringnalda
6ec9c105a4 Back out d18b1b320eea (bug 1008753) for marionette-webapi and gaia-unit bustage 2014-05-17 08:32:45 -07:00
ffxbld
5b464da977 No bug, Automated HSTS preload list update from host bld-linux64-spot-358 - a=hsts-update 2014-05-17 03:15:04 -07:00
Robert Utasi
866a23a59c Bug 1011425 - adding missing label for autorefresh checkbox, r=ttaubert 2014-05-17 06:42:08 +02:00
Wes Kocher
45c69de2af Merge fx-team to m-c 2014-05-16 16:44:34 -07:00
B2G Bumper Bot
8bf418a78b Bumping manifests a=b2g-bump 2014-05-16 14:01:45 -07:00
B2G Bumper Bot
b965d89de6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/896e4c28c82d
Author: russnicoletti <rnicoletti@mozilla.com>
Desc: Merge pull request #18546 from russnicoletti/showPlayer_unit_testing

Bug 979636 - Unit tests for video app -- showPlayer unit tests

========

https://hg.mozilla.org/integration/gaia-central/rev/c7fabd4a7e40
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 979636 - Unit tests for video app -- showPlayer unit tests
2014-05-16 13:55:56 -07:00
Ryan VanderMeulen
507b147a98 Merge m-c to b2g-inbound. 2014-05-16 15:29:08 -04:00
B2G Bumper Bot
2f3a446735 Bumping manifests a=b2g-bump 2014-05-16 12:28:00 -07:00
Ryan VanderMeulen
641a14a3df Merge b2g-inbound to m-c. 2014-05-16 15:26:00 -04:00
Ryan VanderMeulen
e4a25d432d Merge fx-team to m-c. 2014-05-16 15:06:03 -04:00
B2G Bumper Bot
2e54ab5fdb Bumping manifests a=b2g-bump 2014-05-16 11:46:29 -07:00
B2G Bumper Bot
47d7de3f7d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/80e022c6b46d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #19300 from KevinGrandon/bug_1010640_home2_shadows

Bug 1010640 - [Home2] Implement new thin dropshadows for app icons

========

https://hg.mozilla.org/integration/gaia-central/rev/77a0c20068b4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1010640 - [Home2] Implement new thin dropshadows for app icons r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/56e2f2b4684d
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #19329 from flodolo/bug1011558

Bug 1011558 - [SMS] Attachment download indicator: improve l10n comments

========

https://hg.mozilla.org/integration/gaia-central/rev/c71c2c1b78a9
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 1011558 - [SMS] Attachment download indicator: improve localization comments
2014-05-16 11:41:00 -07:00
Vicamo Yang
d810453b60 Bug 866938 - 4.e/4: add xpcshell test cases for Address.resolveType. r=gene 2014-05-17 02:25:37 +08:00
Vicamo Yang
8327b6fd5c Bug 866938 - 4.d/4: add test_mmdb_upgradeSchema_22.js. r=gene 2014-05-17 02:25:37 +08:00
Vicamo Yang
f6c1d8f94f Bug 866938 - 4.c/4: rewrite test_mmdb_setmessagedeliverybyid_sms.js to use mmdb_head.js. r=gene 2014-05-17 02:25:36 +08:00
Vicamo Yang
95ec3a9fb9 Bug 866938 - 4.b/4: rewrite test_filter_number.js to include non-PLMN addresses tests. r=gene 2014-05-17 02:25:36 +08:00
Vicamo Yang
26f9b6d623 Bug 866938 - 4.a/4: add test_mmdb_upgradeSchema_current_structure.js. r=gene 2014-05-17 02:25:36 +08:00
Vicamo Yang
4d05a0e77d Bug 866938 - 3/4: use typed addresses internally. r=gene 2014-05-17 02:25:36 +08:00
Thomas Zimmermann
2db9924ae3 Bug 866938 - 2.c/4: rename findThreadRecordByParticipants to findThreadRecordByPlmnAddresses. r=vicamo 2014-05-17 02:25:36 +08:00
Thomas Zimmermann
5cd15998cf Bug 866938 - 2.b/4: rename findParticipantRecordByAddress to findParticipantRecordByPlmnAddress. r=vicamo 2014-05-17 02:25:35 +08:00
Thomas Zimmermann
4685768ee9 Bug 866938 - 2.a/4: extract createParticipantRecord. r=vicamo 2014-05-17 02:25:35 +08:00
Vicamo Yang
5bae75b1d7 Bug 866938 - 1/4: correct RegExp used to match MMS addresses. r=gene 2014-05-17 02:25:35 +08:00
B2G Bumper Bot
c379743e9c Bumping manifests a=b2g-bump 2014-05-16 10:48:13 -07:00
B2G Bumper Bot
4f2b25e5fe Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/45623d27cafa
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #19070 from lissyx/bug1006356

Bug 1006356 - Fix setting currentChannel value r=etienne_s,rik

========

https://hg.mozilla.org/integration/gaia-central/rev/2432e82865d4
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 1006356 - Make sure to release telephony channel
2014-05-16 10:46:00 -07:00
Ryan VanderMeulen
9e342ce37a Revert to revision 63dfac3c9c87 due to mass bustage pile-ups that landed after it on a CLOSED TREE. 2014-05-16 12:29:37 -04:00
Nicolas Silva
2befbf8160 Bug 1010969 - Fix WError bustage on a CLOSED TREE 2014-05-16 17:50:42 +02:00
Kartikaya Gupta
355c624b5a Bug 1011389 - Don't fire a long-tap-up if the user moves after long-tap. r=dmitry.rojkov 2014-05-16 11:26:00 -04:00
Nicolas Silva
3ee3478056 Bug 1010969 - Call RemoveTextureFromCompositable at the end of updates. r=sotaro 2014-05-16 17:25:23 +02:00
Nicolas Silva
321f20f7a5 Bug 1010206 - make the test webm-video/bug686957.html less likely to race when using async-video. r=padenot 2014-05-16 17:25:16 +02:00
Honza Bambas
e8ceeb1152 Bug 998608 - Intermittent netwerk/test/unit/test_range_requests.js | request reports itself as not pending from onDataAvailable!, r=michal 2014-05-16 17:13:04 +02:00
Honza Bambas
e282331a70 Bug 1011487 - HTTP cache v2: WalkCacheRunnable may release it's callback on a non-main thread, r=michal 2014-05-16 17:13:04 +02:00