Commit Graph

30155 Commits

Author SHA1 Message Date
Marcos Caceres
9424ebb117 Bug 1171200 - Add means of checking if a document links to a manifest. r=billm.
---
 dom/ipc/manifestMessages.js                        | 166 +++++++++-----------
 ...ObjectProcessor.js => ImageObjectProcessor.jsm} |   0
 dom/manifest/ManifestFinder.jsm                    |  58 +++++++
 dom/manifest/ManifestObtainer.js                   |  92 -----------
 dom/manifest/ManifestObtainer.jsm                  | 170 +++++++++++++++++++++
 ...{ManifestProcessor.js => ManifestProcessor.jsm} |  18 +--
 .../{ValueExtractor.js => ValueExtractor.jsm}      |   4 +-
 dom/manifest/WebManifest.jsm                       |  19 ---
 dom/manifest/moz.build                             |  10 +-
 dom/manifest/test/browser.ini                      |   3 +-
 .../test/browser_ManifestObtainer_obtain.js        |   2 +-
 dom/manifest/test/browser_hasManifestLink.js       | 109 +++++++++++++
 dom/manifest/test/common.js                        |   4 +-
 dom/security/test/csp/browser_test_web_manifest.js |  12 +-
 .../csp/browser_test_web_manifest_mixed_content.js |  10 +-
 toolkit/modules/PromiseMessage.jsm                 |  36 +++++
 toolkit/modules/moz.build                          |   1 +
 17 files changed, 467 insertions(+), 247 deletions(-)
 rename dom/manifest/{ImageObjectProcessor.js => ImageObjectProcessor.jsm} (100%)
 create mode 100644 dom/manifest/ManifestFinder.jsm
 delete mode 100644 dom/manifest/ManifestObtainer.js
 create mode 100644 dom/manifest/ManifestObtainer.jsm
 rename dom/manifest/{ManifestProcessor.js => ManifestProcessor.jsm} (95%)
 rename dom/manifest/{ValueExtractor.js => ValueExtractor.jsm} (96%)
 delete mode 100644 dom/manifest/WebManifest.jsm
 create mode 100644 dom/manifest/test/browser_hasManifestLink.js
 create mode 100644 toolkit/modules/PromiseMessage.jsm

--HG--
rename : dom/manifest/ImageObjectProcessor.js => dom/manifest/ImageObjectProcessor.jsm
rename : dom/manifest/ManifestProcessor.js => dom/manifest/ManifestProcessor.jsm
rename : dom/manifest/ValueExtractor.js => dom/manifest/ValueExtractor.jsm
2015-07-08 13:26:32 +10:00
Bill McCloskey
faa7457301 Bug 1171173 - Pass multiprocessCompatible flag to bootstrapped add-ons correctly (r=felipe) 2015-07-07 17:24:40 -07:00
Brad Lassey
857ea25644 bug 1158561 - [e10s] Browser hang in PluginModuleParent::NPP_ClearSiteData() r=jimm,mak 2015-06-30 18:08:19 -04:00
Wes Kocher
bd15899795 Merge m-c to inbound, a=merge 2015-07-07 16:39:01 -07:00
Mike Hommey
0e0bd7bd5a Bug 1180081 - Properly rebuild gtest/libxul before running gtests. r=gps
And since this does go through plenty of make directories, avoid make printing
many "Entering" and "Leaving" messages.
2015-07-08 07:53:31 +09:00
Ryan VanderMeulen
a249083da4 Merge m-c to fx-team. a=merge 2015-07-07 14:41:18 -04:00
Ryan VanderMeulen
de7e734bc6 Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-07 13:38:10 -04:00
Georg Fritzsche
05250e0d80 Bug 1156712 - Part 4: Update the ping submission documentation. r=vladan 2015-07-07 16:49:09 +02:00
Georg Fritzsche
01ac8b63e2 Bug 1156712 - Part 3 - Extend the Telemetry send test coverage. r=dexter 2015-07-07 16:49:09 +02:00
Georg Fritzsche
09175e6eae Bug 1156712 - Part 2: Re-design the ping sending logic. r=vladan 2015-07-07 16:49:09 +02:00
Georg Fritzsche
308499e378 Bug 1156712 - Part 1: Clean up test utils for waiting on ping submissions. r=dexter 2015-07-07 16:49:09 +02:00
ISHIKAWA, Chiaki
b5f289fb51 Bug 1178041 - fix incorrect use of built-in |arguments| function as an argument name. r=mak 2015-07-06 09:38:00 +02:00
Wes Kocher
c7b31864b6 Backed out changeset 8135d886c5ed (bug 1175098) for e10s mochitest-bc failures in browser_compartments.js CLOSED TREE 2015-07-06 13:32:46 -07:00
Brian Birtles
b7a209c153 Bug 1179111 part 3 - Make DevTools read the appropriate name property; r=pbrosset
--HG--
extra : source : 17bcfd0ff1df274c81e3c543d0d014f4f7f9d8f7
2015-07-01 14:50:49 +09:00
Carsten "Tomcat" Book
f5bf411b97 Backed out changeset 17bcfd0ff1df (bug 1179111) 2015-07-07 14:21:39 +02:00
Dragana Damjanovic
7987d2203e Bug 905127 - Part 2 - remove unnecessary nsNetUtil.h includes r=jduell 2015-07-06 07:55:00 +02:00
Emanuel Hoogeveen
7d1e52f2ff Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell 2015-07-07 04:17:00 +02:00
David Rajchenbach-Teller
0e045fe97d Bug 1175098 - PerformanceStats for e10s. r=mossop, r=mconley
--HG--
extra : transplant_source : %8E%87%23c%23d%29%84%60%21%CDa%22%3B%CE%A2%89%FF%D5%29
2015-06-16 14:26:11 +02:00
Mike de Boer
9b1506f8ef Bug 1142520: add telemetry hooks for Hello context in conversation add and URL access actions. r=Standard8,vladan 2015-07-06 15:29:12 +02:00
Mike de Boer
dfe7341774 Bug 1127574: Part 2 - add telemetry hooks for Hello rooms creation and deletion actions. r=Standard8,vladan 2015-07-06 14:53:45 +02:00
Mike de Boer
524264d7ee Bug 1127574: Part 1 - add telemetry hooks copy and email of room and direct call URLs. r=Standard8,vladan 2015-07-06 15:02:10 +02:00
Tim Nguyen
0fba7516c4 Bug 1130330 - Add copy url context menu item in styleinspector. r=pbrosset
--HG--
rename : browser/devtools/styleinspector/test/browser_styleinspector_context-menu-copy-data-uri.js => browser/devtools/styleinspector/test/browser_styleinspector_context-menu-copy-urls.js
extra : rebase_source : fe3eb154f5b59ba942972bb50d53fbdfdbf8c5b0
2015-07-03 06:04:00 +02:00
Julian Descottes
6c650e42cf Bug 968241 - Copy outerHTML using keyboard shortcut. r=pbrosset
Copy outerHTML of the currently selected node of the inspector.
Works for ELEMENT, DOCUMENT_TYPE and COMMENT node types.

- bound "copy" event in markup-view to copy outerHTML
- added doctypeString property to NodeFront in actors/inspector.js
- markup-view.js is also using this property now
- added mochitest with dedicated html

--HG--
extra : rebase_source : 8eab78ec13fe79705d261a1883327f426e0ca576
2015-07-02 22:43:19 +02:00
Phil Ringnalda
900c693e30 Merge m-c to m-i 2015-07-03 19:15:06 -07:00
Phil Ringnalda
8c831d6371 Merge f-t to m-c, a=merge 2015-07-03 18:55:10 -07:00
Juan Gomez
258ad59e3f Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj 2015-07-03 18:29:00 -07:00
Michael Layzell
6265522c59 Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan 2015-07-03 17:12:27 -04:00
Ehsan Akhgari
4484832cb5 Backout bug 1170200 because of test failures on a CLOSED TREE 2015-07-03 16:43:47 -04:00
Nick Alexander
d2e4f01390 Bug 1174458 - Move WebChannel message support to toolkit/content. r=markh
This makes WebChannel support available to all XUL applications that
use toolkit/, including browser/ and mobile/android/.

The new Robocop tests are necessary because we can't run the existing
browser-chrome tests on Android (yet).

--HG--
extra : commitid : EEWHFSpeQSo
extra : rebase_source : 9fde40b33a9f45003692989584f0fc76c9a6ddb8
extra : histedit_source : aac63d2d5fdeeb6de931c9cbf66d4ad79ad3caa1
2015-06-30 11:46:27 -07:00
Marco Bonardo
6517f36330 Bug 1173748 - Part 2: mixup search suggestions at a given frecency threshold. r=adw 2015-07-03 13:37:41 +02:00
Marco Bonardo
1560d8c7ff Bug 1173748 - Part 1: allow inserting result matches at given indices. r=adw 2015-07-03 13:37:37 +02:00
Carsten "Tomcat" Book
212559074f Merge mozilla-central to fx-team 2015-07-03 12:40:05 +02:00
Phil Ringnalda
166cfe8460 Back out 12 changesets (bug 1177013) on suspicion of causing b2g emulator debug test bustage
CLOSED TREE

Backed out changeset 912aae0815f8 (bug 1177013)
Backed out changeset 3b6448172e50 (bug 1177013)
Backed out changeset 2af18bef5703 (bug 1177013)
Backed out changeset e6bf35115c11 (bug 1177013)
Backed out changeset 4d7f5205b60b (bug 1177013)
Backed out changeset f7de893911bc (bug 1177013)
Backed out changeset de79eba232f0 (bug 1177013)
Backed out changeset 978a77b60f2a (bug 1177013)
Backed out changeset f5b52fa19511 (bug 1177013)
Backed out changeset e14a7b70b6fa (bug 1177013)
Backed out changeset d0f5a3474659 (bug 1177013)
Backed out changeset bff9f07dad52 (bug 1177013)
2015-07-02 22:08:54 -07:00
Timur Valeev
1bb05cadb4 Bug 1169753 - Remove favicons GUIDs. r=mak
--HG--
rename : toolkit/components/places/tests/migration/test_current_from_v16.js => toolkit/components/places/tests/migration/test_current_from_v11.js
extra : rebase_source : 47f69e11676926b5a4e3a8053596df41d9010aee
2015-07-01 11:50:34 +03:00
Ryan VanderMeulen
19fc720a94 Merge m-c to inbound. a=merge 2015-07-02 15:58:52 -04:00
Ryan VanderMeulen
be503875d7 Merge fx-team to m-c. a=merge 2015-07-02 15:58:09 -04:00
Mason Chang
9bbb1126fa Bug 1178447. Make gfx sanity test run offscreen. r=dvander 2015-07-02 12:47:10 -07:00
Richard Marti
1360012b1e Bug 1175902 - Move the shadow to #detail-screenshot. r=mossop 2015-06-27 22:05:17 +02:00
Riadh Chtara
6ed55b3c13 Bug 1178453 - Change logging in storage-json.js to avoid string concatenation. r=MattN 2015-06-30 12:06:52 -07:00
Patrick Brosset
5e907a6b52 Bug 1155927 - Make sure that browser_animation_actors_15.js waits for the transitions to end. r=test-only 2015-07-02 10:02:27 +02:00
Carsten "Tomcat" Book
c84d361a4a Merge mozilla-central to fx-team on a CLOSED TREE 2015-07-02 15:49:54 +02:00
Carsten "Tomcat" Book
90ad3cb68a merge mozilla-inbound to mozilla-central a=merge 2015-07-02 15:44:14 +02:00
J. Ryan Stinnett
c77f23b477 Bug 1178851 - Remove unused send_after_paint_to_content pref flipping. r=pbrosset 2015-07-02 04:56:58 -05:00
J. Ryan Stinnett
ac312da864 Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau 2015-07-02 04:56:57 -05:00
Wes Kocher
9e61cb09b7 Backed out changeset 9e0475a23d21 (bug 1158561) for assertions in test_clear_site_data.html CLOSED TREE 2015-07-01 16:25:26 -07:00
Gerald Squelart
e91c23479e Bug 1174565 - [EME] Report telemetry about which GMP files are missing - r=cpearce,spohl
* * *
Bug 1174565 - [EME] Updated xpcshell test - r=cpearce,spohl
2015-07-02 10:12:49 +10:00
Gerald Squelart
05fd9e5435 Bug 1174565 - [EME] Add telemetry histograms about which GMP files are missing - r=vladan 2015-07-02 10:12:44 +10:00
Ryan VanderMeulen
f7e9590b7b Backed out changeset 50702da2194a (bug 1172113) for assertions.
CLOSED TREE
2015-07-02 20:59:36 -04:00
Bill McCloskey
43fd180e15 Bug 1177013 - Telemetry for CPOW cancelation (r=dvander) 2015-07-02 17:18:11 -07:00
Bill McCloskey
6bd8a55e7f Bug 1177013 - Add-on install test changes (r=mrbkap) 2015-07-02 17:18:09 -07:00