Commit Graph

23499 Commits

Author SHA1 Message Date
Nicolas Perriault
685902252b Bug 1005041: In progress feedback when getting a call url, r=dmose 2014-05-29 21:20:11 +01:00
Nicolas Perriault
d338d60ab5 Bug 997178 - Restart a call, r=dmose 2014-05-29 21:20:11 +01:00
Romain Gauthier
57ee8b4bdb Bug 972941: Landing page for non WebRTC-compliant browsers on supported devices. r=nperriault 2014-05-29 21:20:11 +01:00
Nicolas Perriault
5f2201739d Bug 999480 - Panel to use a router & templated views, r=Standard8 2014-05-29 21:20:11 +01:00
Nicolas Perriault
b774390f24 Bug 998271 - L10n notifications, r=dmose 2014-05-29 21:20:11 +01:00
Nicolas Perriault
51be7a9379 Bug 991118 - Going back should terminate call session, r=dmose 2014-05-29 21:20:11 +01:00
Nicolas Perriault
55746e0a7f Bug 991128 - make reloading a live call do something reasonable, r=dmose 2014-05-29 21:20:11 +01:00
Nicolas Perriault
422fa7fb24 Bug 996526 - Backbone views to carry their own templates. r=dmose 2014-05-29 21:20:11 +01:00
Nicolas Perriault
558042a676 Bug 972019 - Shared conversation router logic. r=dmose 2014-05-29 21:20:11 +01:00
Mark Banner
0298fc3479 Bug 995194 Don't unpublish when receiving sessionDisconnected, as we've implicitly unpublished already, r=dmose 2014-05-29 21:20:11 +01:00
Dan Mosedale
3d360cd461 Bug 976127 - Get marionette to drive shared and desktop-local unit tests, r=Standard8 2014-05-29 21:20:11 +01:00
Nicolas Perriault
286faf7dfe Bug 972019: Terminate a call. r=Standard8
--HG--
extra : transplant_source : %ADE%A7%A4%A5%F2v%114%95%10%21%C6Trg%CA%86y%19
2014-05-29 21:20:11 +01:00
Mark Banner
c96797c762 Bug 993324 Upgrade Loop to use TokBox SDK v2.2 r=nperriault
--HG--
extra : transplant_source : %B6%95%BF%E3%7E%E4p%98%D3%16%3F%8E%3B%20c%B4%06%C5%AB%C3
2014-05-29 21:20:11 +01:00
Nicolas Perriault
b1a4fa34eb Bug 991126 - Prevented multiple form submission. r=Standard8
--HG--
extra : transplant_source : rK%128L%3A%89%1A%F5%06%3F%CB%EEr%00a%AC%E0%B0E
2014-05-29 21:20:11 +01:00
Nicolas Perriault
2b854d7b83 Bug 988229 - Shared notifier component. r=dmose
--HG--
extra : transplant_source : %26%85%C1%04J%17%17%17%AF%95%AF%9D%CA%9F%EF%E21%25W%21
2014-05-29 21:20:11 +01:00
Nicolas Perriault
dd27a5cbf6 Bug 991122 - Fixed video layout on Google Chrome. r=dmose
--HG--
extra : transplant_source : %80%D6%CA5J%AC%8C%14%F4%EA%D9zz%C3%95%2AH%D0v%27
2014-05-29 21:20:11 +01:00
Nicolas Perriault
5bc0bda475 Bug 991654 - Updated client to use new server error format. r=Standard8
--HG--
extra : transplant_source : %E9Jpme%FB%C0%29Un%01J%10%EFd%00%19%BD%F4%E3
2014-05-29 21:20:11 +01:00
Mark Banner
e7abb90eb0 Bug 985596 Improve conversation model to handle incoming and outgoing calls. r=dmose
--HG--
extra : transplant_source : %DA%3FS%93%89%FF%90S3%E7%18%26%5D%2An.K%EA%BA%80
2014-05-29 21:20:11 +01:00
Nicolas Perriault
41b0d97e8b Bug 985596 - Refactored shared assets & tests. r=dmose
--HG--
rename : static/shared/README.md => browser/components/loop/content/shared/README.md
rename : static/shared/css/common.css => browser/components/loop/content/shared/css/common.css
rename : static/shared/css/conversation.css => browser/components/loop/content/shared/css/conversation.css
rename : static/shared/css/panel.css => browser/components/loop/content/shared/css/panel.css
rename : static/shared/css/readme.html => browser/components/loop/content/shared/css/readme.html
rename : static/shared/img/icon_32.png => browser/components/loop/content/shared/img/icon_32.png
rename : static/shared/img/icon_64.png => browser/components/loop/content/shared/img/icon_64.png
rename : static/shared/js/models.js => browser/components/loop/content/shared/js/models.js
rename : static/shared/js/views.js => browser/components/loop/content/shared/js/views.js
rename : static/shared/libs/backbone-1.1.2.js => browser/components/loop/content/shared/libs/backbone-1.1.2.js
rename : static/shared/libs/jquery-2.1.0.js => browser/components/loop/content/shared/libs/jquery-2.1.0.js
rename : static/shared/libs/lodash-2.4.1.js => browser/components/loop/content/shared/libs/lodash-2.4.1.js
rename : static/shared/libs/sdk.js => browser/components/loop/content/shared/libs/sdk.js
rename : static/shared/libs/webl10n-20130617.js => browser/components/loop/content/shared/libs/webl10n-20130617.js
rename : static/css/webapp.css => browser/components/loop/standalone/content/css/webapp.css
rename : static/index.html => browser/components/loop/standalone/content/index.html
rename : static/js/webapp.js => browser/components/loop/standalone/content/js/webapp.js
rename : static/l10n/data.ini => browser/components/loop/standalone/content/l10n/data.ini
rename : test/webapp_test.js => browser/components/loop/test/standalone/webapp_test.js
extra : transplant_source : %DA%D9%3A%E9%C6%E0d%13%84%C1%BEps%C8b%F09o%D7m
2014-05-29 21:20:11 +01:00
Mark Banner
11643d1926 Bug 985596 Set up initial desktop window - share some of the webapp models and views with the desktop client. r=dmose
--HG--
rename : test/vendor/chai-1.9.0.js => browser/components/loop/test/shared/vendor/chai-1.9.0.js
rename : test/vendor/mocha-1.17.1.css => browser/components/loop/test/shared/vendor/mocha-1.17.1.css
rename : test/vendor/mocha-1.17.1.js => browser/components/loop/test/shared/vendor/mocha-1.17.1.js
rename : test/vendor/sinon-1.9.0.js => browser/components/loop/test/shared/vendor/sinon-1.9.0.js
extra : transplant_source : p%B7/%BA%B8%FAV%D0%8F%ABV%98%DB%AE%28%E6%8C%FA%C6C
2014-05-29 21:20:11 +01:00
Nicolas Perriault
6cc31ae187 Bug 979880 - Implement basic UI+logic for initiating a call. r=Standard8
--HG--
extra : transplant_source : U%1EN%CB%0A%BD%96%3D%0EU%3B%B9F%FD%20%CA%AA%A7%21h
2014-05-29 21:20:11 +01:00
Nicolas Perriault
7f4b5020e4 Bug 983697 - Fill loop-client repository with basic server & readme. r=dmose
--HG--
extra : transplant_source : Z%1E%08.%D8%87%A3%E7%A7%E7d%CD%AF%EA%D0wp%E4d%D8
2014-05-29 21:20:11 +01:00
Dan Mosedale
110244e018 Bug 976109 - Load and package Hawk libraries, r=NiKo` 2014-05-29 21:13:49 +01:00
Dan Mosedale
37b0f44439 No bug - Bandaid to make registration work right; real fix coming in bug 1017394, rs=Standard8 2014-05-29 21:13:49 +01:00
Dan Mosedale
e83b9b649e Bug 976109 - Implement mozLoop.getLoopCharPref, r=mhammond 2014-05-29 21:13:48 +01:00
Dan Mosedale
1e3a7e01a8 Bug 976109: Save hawk-session-token to prefs at reg time for later use; r=mhammond 2014-05-29 21:13:48 +01:00
Mark Banner
e8639257e3 Bug 1008116 Show the Loop button by default and update the tooltip and panel text. r=mhammond 2014-05-29 21:13:48 +01:00
Mark Banner
67a025b67e Bug 994151 Part 2. Only register with the servers if the user has obtained call urls that haven't expired yet. r=dmose 2014-05-29 21:13:48 +01:00
Mark Banner
eede196e87 Bug 994151 Part 1. Handle registration errors better, with simple notifications to the user, and handle subsequent attempts to register with the server. r=dmose 2014-05-29 21:13:47 +01:00
Mark Banner
8772a5e10a Bug 1010325 Work around for uri.host being undefined in webrtc prompts for Loop. Special-case handling of about:loop uris for now. Bug 1000146 will replace this. r=florian. 2014-05-29 21:13:47 +01:00
Mark Banner
efdee5fb6e Bug 1007601 Fix styling of the loop panel so it is laid out properly and without a white border. Also make the iframe creation dynamic, to avoid an iframe in the DOM when we don't need one. r=mhammond 2014-05-29 21:13:47 +01:00
Mark Banner
e948f59d41 Bug 1005245 Remove now redundant test harness code. r=nperriault 2014-05-29 21:13:47 +01:00
Mark Banner
4c075df8e7 Bug 1008122 Loop content changes for the separation of Loop from Social. r=nperriault 2014-05-29 21:13:46 +01:00
Mark Banner
8bef43435d Part of Bug 976109 - Add Loop pages to the about: redirector. r=mhammond 2014-05-29 21:13:46 +01:00
Mark Banner
280d75d148 Bug 1000007 Separate out loop from the social api, and add a loop specific service and API injection. r=mhammond 2014-05-29 21:13:46 +01:00
Nicolas Perriault
6b885111d9 Bug 1005041: In progress feedback when getting a call url, r=dmose 2014-05-29 21:13:45 +01:00
Nicolas Perriault
cdd2b0b8cf Bug 994146: panel should be reset when closed, r=dmose 2014-05-29 21:13:45 +01:00
Nicolas Perriault
c7eeff1458 Bug 999480 - Panel to use a router & templated views, r=Standard8 2014-05-29 21:13:45 +01:00
Nicolas Perriault
b148744fb0 Bug 998271 - L10n notifications, r=dmose 2014-05-29 21:13:44 +01:00
Nicolas Perriault
f5b358c5bb Bug 991118 - Going back should terminate call session, r=dmose 2014-05-29 21:13:44 +01:00
Nicolas Perriault
662cdabecc Bug 996526 - Backbone views to carry their own templates. r=dmose 2014-05-29 21:13:44 +01:00
Nicolas Perriault
0ac653959d Bug 972019 - Shared conversation router logic. r=dmose 2014-05-29 21:13:44 +01:00
Nicolas Perriault
4d3afa8f91 Bug 972019: Terminate a call. r=Standard8 2014-05-29 21:13:43 +01:00
Nicolas Perriault
1513560b26 Bug 987252 - Using new shared notification system. r=Standard8 2014-05-29 21:13:43 +01:00
Dan Mosedale
3569e14679 Bug 976127 - Get marionette to drive desktop-local & shared unit tests, r=Standard8 2014-05-29 21:13:43 +01:00
Mark Banner
b1a2bb524e Bug 985596 Set up initial desktop conversation window. r=dmose 2014-05-29 21:13:43 +01:00
Nicolas Perriault
8711ed2ba4 Bug 985596 - Updated shared assets & tests layout. r=Standard8
--HG--
rename : browser/components/loop/test/mocha-test/README.md => browser/components/loop/test/desktop-local/README.md
rename : browser/components/loop/test/mocha-test/client_test.js => browser/components/loop/test/desktop-local/client_test.js
rename : browser/components/loop/test/mocha-test/index.html => browser/components/loop/test/desktop-local/index.html
rename : browser/components/loop/test/mocha-test/panel_test.js => browser/components/loop/test/desktop-local/panel_test.js
2014-05-29 21:13:42 +01:00
Dan Mosedale
f82de50ab9 Bug 989127 - README build clarifications r=Standard8 2014-05-29 21:13:42 +01:00
Dan Mosedale
17c08bcb58 Bug 988457 - Remove loop shared dir, add README for building, r=Standard8 2014-05-29 21:13:42 +01:00
Romain Gauthier
99612470cc Bug 987597: Send an caller identifier when obtaining a call-url. r=Standard8 2014-05-29 21:13:42 +01:00
Mark Banner
040a9ce68f Bug 985596 Set up the conversation window infrastructure and obtain the list of calls. r=dmose 2014-05-29 21:13:41 +01:00
Nicolas Perriault
20cd821590 Bug 972020 - Loop basic UI. r=Standard8
--HG--
rename : browser/components/loop/content/libs/backbone-min.js => browser/components/loop/content/shared/libs/backbone-1.1.2.js
rename : browser/components/loop/content/libs/lodash.min.js => browser/components/loop/content/shared/libs/lodash-2.4.1.js
2014-05-29 21:13:41 +01:00
Nicolas Perriault
00133416ba Bug 978952 - stand up trivial mocha/chai test; code by @n1k0 and @dmose; r=Standard8 2014-05-29 21:13:41 +01:00
Adam Roach
63c9c1f73c Bug 976358: Adding chrome URL for Loop panel. r=tOkeshu 2014-05-29 21:13:40 +01:00
Adam Roach
0a103d80f4 Bug 975548: Import minimal frameworks for client. r=nperriault 2014-05-29 21:13:39 +01:00
Paul Rouget
5fccfc1683 Backed out changeset 2fb11b6f1dfe - fail in test_webappsActor.js 2014-05-29 13:40:35 +02:00
Paul Rouget
c7525d8463 Bug 1016924 - [appmgr v2] support non-device runtimes. r=ochameau 2014-05-29 12:37:27 +02:00
Paul Rouget
9973f56296 Bug 1017029 - [appmgr v2] Validation is not triggered after the manifest file has changed. r=ochameau 2014-05-29 11:02:14 +02:00
Tim Taubert
51830f1a61 merge m-c to fx-team 2014-05-29 08:47:51 +02:00
Tim Taubert
980311dcc6 merge m-c to inbound 2014-05-29 08:32:31 +02:00
Blair McBride
1a9fba0cff Bug 1014460 - Extend the retention period of UITour.seenPageIDs. r=ttaubert 2014-05-29 16:38:24 +12:00
Wes Kocher
c49f3d6864 Merge m-c to fx-team 2014-05-28 17:26:00 -07:00
Wes Kocher
f86aa991e3 Merge m-c to inbound 2014-05-28 17:23:23 -07:00
Wes Kocher
c48da415e3 Backed out changeset 94eef72cb9b7 (bug 993901) for causing OSX bc1 to frequently fail in browser_tabopen_reflows.js 2014-05-28 17:00:32 -07:00
Wes Kocher
0735188ac2 Merge m-c to inbound 2014-06-02 19:14:52 -07:00
Wes Kocher
a5860ae957 Merge fx-team to m-c 2014-06-02 19:00:58 -07:00
Wes Kocher
bbeab0cdf1 merge inbound to m-c 2014-06-02 18:37:29 -07:00
Ryan VanderMeulen
cdb5e5575c Merge m-c to fx-team. 2014-06-02 17:22:45 -04:00
Ryan VanderMeulen
6c8212c187 Merge mozilla-inbound to m-c. 2014-06-02 17:20:08 -04:00
Ryan VanderMeulen
8ff2b2fdbf Bug 1018999 - Update pdf.js to version 1.0.277. r=yury 2014-06-02 10:43:05 -04:00
Ehsan Akhgari
4385024c6e Merge m-c into fx-team 2014-06-02 10:26:32 -04:00
Ehsan Akhgari
c8fc679ea8 Backed out 3 changesets (bug 957086) for causing bug 1018406
Backed out changeset f8b6dab2f985 (bug 957086)
Backed out changeset b69bcaa24ab5 (bug 957086)
Backed out changeset 3b45335d4694 (bug 957086)

--HG--
rename : dom/datastore/DataStoreImpl.js => dom/datastore/DataStoreImpl.jsm
2014-06-02 10:19:19 -04:00
Michael Pruett
90714a5856 Bug 1016039 - Fix switching between tab groups when cursor is on a tab. r=dao 2014-05-31 13:34:58 -05:00
Gijs Kruitbosch
5f4648d31d Bug 1016582 - pin new back/fwd/refresh/stop/star group at the top of the context menu, r=jaws
--HG--
extra : rebase_source : 26b6555b405e247daab91317ac9bed284fb7fb63
2014-05-29 12:08:32 +01:00
Alexandre Poirot
4f2308faf8 Bug 993498 - Hide browser tabs if target doesn't expose any. r=paul 2014-05-26 14:11:00 -04:00
Victor Porof
9e06f2e9f9 Bug 1018418 - Update the line graph data source format to match changes in bug 1016526, r=pbrosset 2014-06-02 07:22:38 -04:00
Victor Porof
be7a696652 Bug 1018354 - Allow the line graph widget to have a configurable minimum distance between points, r=pbrosset 2014-06-02 07:22:38 -04:00
Carsten "Tomcat" Book
c64f7f34bb Merge mozilla-central to fx-team 2014-06-03 14:54:27 +02:00
Gijs Kruitbosch
cd60317c99 Bug 996988 - use different method to wait for window closure, r=jaws
--HG--
extra : rebase_source : cfb78153229e5722609e10e9e4a417659590c28a
2014-06-02 22:30:02 +01:00
Mike de Boer
fc9f45579d Bug 1015521: Bing translation service will now uses available credentials. r=felipe 2014-06-03 12:43:12 +02:00
Mike de Boer
4e9782ddb7 Bug 1014007: reset _pendingRequest property on the correct scope. r=felipe 2014-06-02 16:40:27 +02:00
Michael Pruett
c15b473706 Bug 1006461 - Fix handling of permission notifications in preference dialogs. r=florian 2014-05-30 19:24:29 -05:00
Tim Nguyen
702caf8060 Bug 1019217 - Use HDPI asset for Web Audio editor sidebar icon. r=bgrins 2014-06-02 14:20:00 +02:00
Tim Nguyen
436dfa6809 Bug 1018809 - Use SVG icon for devtools dropmarker icon. r=bgrins 2014-06-02 09:21:00 +02:00
Tim Nguyen
c14e599482 Bug 1019124 - Use HDPI assets for Canvas Debugger. r=bgrins,vporof 2014-06-02 11:49:00 +02:00
Asaf Romano
e9b63295bc Bug 1018981 - Language to translate to box has the same colour as the infobar and up/down arrows are missing. r=ttauber. This also fixes bug 1018976. 2014-06-03 12:39:48 +03:00
Phil Ringnalda
731f80b1d6 Merge m-c to f-t 2014-05-31 20:39:49 -07:00
Phil Ringnalda
61966eed95 Merge f-t to m-c 2014-05-31 20:31:07 -07:00
Tom Schuster
d436bf906b Bug 795764 - Make in-content preferences work when browser.cache.offline.enable is false. r=jaws 2014-05-31 22:10:50 +02:00
Maxim Zhilyaev
6fac9f5dc0 Bug 993901 - Implement logic to decide when to fetch remotely hosted links [r=adw]
Download links file if it's been a day on init, new tab load, or pref change.
2014-05-27 13:59:33 -07:00
Richard Marti
4e68515ffd Bug 1015709 - In-content prefs: Align Application pane. r=jaws 2014-05-25 09:56:28 +02:00
Richard Marti
9cec071b66 Bug 1013724 - In-content preferences: style categories according Chameleon. r=jaws 2014-05-28 19:06:30 +02:00
Richard Marti
f4068508db Bug 1017725 - In-content prefs. Restyle buttons and textfields after Chameleon. r=jaws 2014-05-29 19:27:55 +02:00
Matthew Noorenberghe
25ade09f43 Bug 894224 - Make Australis tab separators stronger. r=jaws
Images by Michael Maslaney.
2014-05-30 15:16:20 -07:00
Asaf Romano
c9be06e855 Bug 988480 - Implement OS X styling of Translation Infobar. r=mak 2014-05-31 00:21:11 +03:00
Dão Gottwald
6cda87d588 Bug 1016056 - Replace #TabsToolbar::after with a top border on #nav-bar (like on Windows). r=mattN 2014-05-30 23:18:01 +02:00
Richard Marti
df483fb347 Bug 1017874 - Switch to "General" page on load to initialize the help link. r=jaws 2014-05-30 08:32:45 +02:00
Tim Nguyen
5231bbfd09 Bug 1012139 - Add HDPI support for the remaining DevTools toolbox images. r=bgrins 2014-05-29 15:42:00 -04:00
Ryan VanderMeulen
cd91c2a3a5 Merge inbound to m-c. 2014-05-30 16:23:21 -04:00
Ryan VanderMeulen
912ff41ae1 Backed out changeset 0521f4f30285 (bug 988480) for mochitest-bc failures. 2014-05-30 15:00:14 -04:00
Asaf Romano
42b1197ae5 Bug 988480 - Implement OS X styling of Translation Infobar. r=mak 2014-05-30 20:57:50 +03:00
Asaf Romano
f508b380c8 Bug 1013904 - Text not selectable in in-content prefs. r=jaws. 2014-05-30 20:32:29 +03:00
Brian Grinstead
b7df14e97a Bug 1018162 - Move showUserAgentStyles entities outside of defaultColorUnit entities. r=pbrosset 2014-05-30 05:35:00 -04:00
Brian Grinstead
17aad41c12 Bug 1017897 - Fix preprocessor build warning for toolbox.xul. r=pbrosset 2014-05-29 16:48:00 -04:00
Gabriel Luong
355c6d1e68 Bug 1014923 - TreeWidget should have an option for unsorted tree. r=bgrins 2014-05-29 08:26:00 -04:00
Mike de Boer
b1d79c6251 Bug 1014482: initialize bookmarkData variable to prevent failing tests and other unexpected bugs. r=gps,smacleod 2014-05-30 16:26:46 +02:00
Asaf Romano
953902ec51 Bug 1018020 - menulist-icon should be set in the subscription menulist. r=dao. 2014-05-30 16:57:43 +03:00
Carsten "Tomcat" Book
107a2798fe Merge mozilla-central to fx-team 2014-05-30 15:04:21 +02:00
Carsten "Tomcat" Book
c1da77e2b2 merge fx-team to mozilla-central 2014-05-30 14:28:16 +02:00
vikneshwar
f465772d49 Bug 991045 - Added Screenshot Button to toolbar's UI;r=pbrosset; 2014-05-30 10:47:49 +02:00
Paul Rouget
2ef4dffe43 Bug 1016924 - [appmgr v2] support non-device runtimes. r=ochameau 2014-05-30 07:22:16 +02:00
Wes Kocher
83d6b8f6eb Merge fx-team to m-c 2014-05-29 17:57:06 -07:00
Tom Schuster
28caa0b815 Bug 961360 - Try again on the about:tabcrashed page should reload all crashed tabs. r=felipe 2014-05-29 21:55:44 +02:00
Tim Nguyen
302f053146 Bug 1015627 - Inspector markup preview doesn't match devtools theme. r=bgrins 2014-05-29 08:34:00 -04:00
Richard Marti
280637a6eb Bug 1014758 - Don't observe Ctrl+Tab in Advanced tabs. r=jaws 2014-05-29 17:10:43 +02:00
Sami Jaktholm
6ea8da45be Bug 989629: Show class names of DOM elements in variables view. r=past
--HG--
extra : rebase_source : ec90d5954d005f8077180f6ff5f96b4736ad5030
2014-05-29 10:50:00 +03:00
Andrea Marchesini
6d1733189b Bug 957086 - patch 2 - DataStoreService in C++, r=ehsan, r=bz, r=janv 2014-05-30 07:59:27 +01:00
Andrea Marchesini
74ac7ae58e Bug 957086 - patch 1 - nsIDataStore instead DataStore.jsm, r=ehsan
--HG--
rename : dom/datastore/DataStoreImpl.jsm => dom/datastore/DataStoreImpl.js
2014-05-30 07:59:00 +01:00
Sami Jaktholm
cf5735df15 Bug 977500: Add NodeList to the list of classes whose keys should not be sorted in VariablesView. r=past
--HG--
extra : rebase_source : 4801e884d8b5fb8b4aecd1733439c2d63ccdf456
2014-05-28 23:27:00 +03:00
Brian Grinstead
4862ed355b Bug 1017512 - Selected toolbox tab doesn't have a background on :active state;r=vporof 2014-05-29 09:00:51 -05:00
Victor Porof
f74da08d74 Bug 1007202 - Create a framerate widget, r=pbrosset,rcampbell 2014-05-29 09:54:00 -04:00
Hernan Rodriguez Colmeiro
60c2950910 Bug 1007881 - Dropdown is too narrow in the in-content preferences. r=jaws 2014-05-23 08:21:00 -04:00
Monica Chew
6948373904 Bug 1012882: Restrict pinning to desktop (r=keeler) 2014-06-02 15:06:30 -07:00
Ryan VanderMeulen
9acf628d52 Merge m-c to inbound. 2014-06-02 17:21:11 -04:00
Richard Marti
bce4337462 Bug 1007888 - Move the Cookies button at the end of the row in in-content preferences. r=jaws 2014-05-21 22:51:58 +02:00
Richard Marti
1a4d034279 Bug 996036 - Restyle in-content radio and checkmark. r=jaws, ui-r=mmaslaney 2014-05-24 00:21:41 +02:00
Ryan VanderMeulen
7656cf4023 Bug 1017133 - Update pdf.js to version 1.0.266. r=yury 2014-05-28 15:29:39 -04:00
Dão Gottwald
eb887f4359 Bug 1016834 - Replace errant NIGHTLY_BUILD ifdefs with E10S_TESTING_ONLY. r=gijs 2014-05-28 21:26:37 +02:00
Dão Gottwald
f7922d1731 Bug 1016942 - Implement workaround for bug 962594 to prevent hidden (display:none) loading throbbers from causing permanent CPU usage. r=ttaubert 2014-05-28 21:26:14 +02:00
Richard Marti
04222ccb4e Bug 1013718 - In-content preferences: correctly align the class indent. r=jaws 2014-05-28 23:35:11 +02:00
Jordan Santell
767b1bde4d Bug 1006912 - Fix the web audio dev tools to work after a tab refresh. r=vp 2014-05-28 11:44:00 -04:00
Brian Grinstead
de1a8e1b9f Bug 935803 - Display browser styles in the rule view (UA style sheet rules);r=pbrosset 2014-05-29 07:02:26 -05:00
Nicholas Nethercote
1640dcd133 Bug 1018039 - Enable DMD on TBPL debug builds. r=glandium.
--HG--
extra : rebase_source : 90b11d0a42d9a3f41630fedd4af0e60d34e67d7f
2014-05-19 18:17:07 -07:00
Wes Kocher
9ef20d2479 Merge m-c to inbound 2014-05-29 18:03:39 -07:00
Mike Hommey
e4bb175b46 Bug 1014976 - Make MOZ_NO_DEBUG_RTL builds actually disable the MSVC debug CRT everywhere. r=bsmedberg 2014-05-30 09:39:44 +09:00
Mike Hommey
606c9b8074 Bug 1014976 - Slightly clean up ICU setup for windows debug builds. r=mshal 2014-05-30 09:37:24 +09:00
Ehsan Akhgari
dc90f39542 Merge m-c into m-i 2014-06-02 10:22:11 -04:00
Carsten "Tomcat" Book
38afec9d3c Merge mozilla-central to mozilla-inbound 2014-06-02 15:23:46 +02:00
Robert O'Callahan
a8bbe633b9 Bug 1015664. Part 2: Remove some NS_HIDDEN usage. r=bsmedberg 2014-06-03 00:08:24 +12:00
Robert O'Callahan
9170085906 Bug 1015664. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg 2014-06-03 00:08:21 +12:00
Carsten "Tomcat" Book
b24097f49a Backed out changeset 86d0bd2a0233 (bug 992911) for android 2.3 bustage 2014-06-02 13:36:51 +02:00
Joel Maher
5ba56a3264 Bug 992911 - (run-by-dir) add the ability to run mochitests per directory in a loop. r=ahal 2014-06-02 06:54:23 -04:00
Wes Kocher
c2dbd93e6e Merge m-c to inbound on a CLOSED TREE 2014-06-05 19:14:19 -07:00
Mike Hommey
108b9b1d46 Bug 1020590 - Fix ASAN builds after bug 1013341. r=mshal 2014-06-06 08:15:56 +09:00
David Caldwell
0a2da8c816 Bug 907310 - (shift)+F5, Cmd/Ctrl+R should be available in Detached Devtools Window. r=bgrins 2014-05-09 17:41:43 -07:00
Bernardo P. Rittmeyer
559dd18921 Bug 1020422 - Fix the width of some in-content checkbox hit areas that were full block. r=mconley 2014-06-06 11:35:00 -04:00
Ted Mielczarek
3489905f6e bug 815002 - fix browser_device_get_user_media.js to work with --use-test-media-devices. r=florian 2014-06-02 10:41:57 -04:00
Michael Ratcliffe
a6758a45a9 Bug 885806 - Add automatic regex creation to GCLI appcache command tests r=pbrosset 2014-05-02 16:59:38 +01:00
Michael Ratcliffe
2de76f5ecd Bug 981758 - Fix GCLI appcache validate for * in network section 2014-05-02 14:39:44 +01:00
Michael Ratcliffe
5b28af8b83 Bug 983871 - Make appcache validate hit the right URI when patch starts with / r=pbrosset 2014-05-02 13:27:10 +01:00
Michael Ratcliffe
3fd9bfb519 Bug 718250 - Add the dimensions of the node in the NodeInfobar r=jwalker 2014-06-04 16:38:41 +01:00
Michael Ratcliffe
21bb0cc62f Bug 969306 - Remove getQuads() polyfill now that getQuads has landed r=pbrosset 2014-06-03 13:12:55 +01:00
Tim Nguyen
d1f170e38d Bug 1012829 - Add HDPI assets for developer toolbar. r=jwalker 2014-06-02 13:11:00 +02:00
Heather Arthur
45a8068e5c Bug 1016528 - Add settings menu to style editor tool. r=pbrosset 2014-06-03 11:47:00 +02:00
Ed Lee
b1947e1117 Bug 1019298 - Use Telemetry to count which directory links were shown in which tile position [r=adw f=gfritzsche]
Remember the directory index and trigger the telemetry probe for link0-8 and tile0-8.
2014-06-05 00:29:51 -07:00
Emilio Pozuelo Monfort
a74fc6c1fb Bug 624422- Add libmozgtk libraries so that libxul can use GTK+ 2 and 3. r=glandium
This is necessary for plugins when building libxul for GTK+ 3
because libxul will link against GTK+ 3 and some plugins link
against GTK+ 2, but both GTK+ libraries can't be loaded in the
same process. With this change, we have an indirection between
libxul and libgtk, named libmozgtk. plugin-container will
be modified to load libmozgtk2 in order to only have GTK+ 2
in its address space, thus enabling various plugins (e.g. flash)
on GTK+ 3 firefox.
2014-05-01 13:36:05 +02:00
Felipe Gomes
04ddd5d4cd Bug 1012535 - Text for service unavailable error. r=mano 2014-06-06 14:25:24 -03:00
Cameron McCormack
af5c47642f Bug 1023655 - Remove DOCTYPEs from SVG documents to avoid failed DTD loads. r=Unfocused 2014-06-11 12:08:23 +10:00
Honza Bambas
4f2a59d172 Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 20:14:07 +02:00
Felipe Gomes
84208ccd86 Bug 1014672 - & character translated to & r=mikedeboer 2014-06-05 14:52:40 -03:00
Ryan VanderMeulen
d4516e53a4 Backed out changeset d405928cb934 (bug 999577) and changeset 940d041073c7 (bug 938186) for xpcshell failures.
CLOSED TREE
2014-06-05 13:32:04 -04:00
Honza Bambas
b1feb7e13a Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 18:27:38 +02:00
Gijs Kruitbosch
3a6289bbd6 Bug 1021969, r=bholley,jaws
--HG--
extra : rebase_source : f8bc835a5bfcd62e1d59b31d75841d1cc6339634
2014-06-06 17:33:50 +01:00
Ryan VanderMeulen
088ba5726f Merge m-c to inbound. a=merge 2014-06-06 17:34:13 -04:00
Chris Pearce
3c3777d2de Bug 1016162 - Base EME DOM APIs, not connected to a CDM yet. r=bz 2014-06-07 08:52:15 +12:00
Brian Nicholson
fbe90a006b Bug 1020440 - Create DOM interfaces and stub for requestAutocomplete. r=smaug,MattN 2014-06-06 13:06:15 -07:00
Wes Kocher
b478c1ae00 Merge m-c to fx-team 2014-06-02 19:17:48 -07:00
anaran
9509a3d5bc Bug 1005471 - Scratchpad "Jump to line" should preset input value based on current selection, handle LINE:COLUMN as well;r+=bgrins
---
 browser/devtools/scratchpad/test/browser.ini       |    2 +
 .../browser_scratchpad_pprint_error_goto_line.js   |   66 ++++++++++
 .../test/browser_scratchpad_run_error_goto_line.js |   49 ++++++++
 browser/devtools/sourceeditor/editor.js            |   29 ++++-
 browser/devtools/sourceeditor/test/browser.ini     |    1 +
 .../sourceeditor/test/browser_editor_goto_line.js  |  130 ++++++++++++++++++++
 6 files changed, 276 insertions(+), 1 deletions(-)
 create mode 100644 browser/devtools/scratchpad/test/browser_scratchpad_pprint_error_goto_line.js
 create mode 100644 browser/devtools/scratchpad/test/browser_scratchpad_run_error_goto_line.js
 create mode 100644 browser/devtools/sourceeditor/test/browser_editor_goto_line.js
2014-06-02 15:33:20 -07:00
Richard Marti
7b4fa6f42d Bug 1013708 - in-content preferences: restyle the horizontal tabs. r=jaws 2014-05-29 13:46:19 +02:00
Tim Nguyen
88148d6c98 Bug 1017890 - Add HDPI support for devtools responsive mode. r=bgrins
--HG--
rename : browser/themes/shared/devtools/images/responsive-horizontal-resizer.png => browser/themes/shared/devtools/images/responsivemode/responsive-horizontal-resizer.png
rename : browser/themes/shared/devtools/images/responsive-se-resizer.png => browser/themes/shared/devtools/images/responsivemode/responsive-se-resizer.png
rename : browser/themes/shared/devtools/images/responsive-vertical-resizer.png => browser/themes/shared/devtools/images/responsivemode/responsive-vertical-resizer.png
rename : browser/themes/shared/devtools/responsiveui-rotate.png => browser/themes/shared/devtools/images/responsivemode/responsiveui-rotate.png
rename : browser/themes/shared/devtools/responsiveui-screenshot.png => browser/themes/shared/devtools/images/responsivemode/responsiveui-screenshot.png
rename : browser/themes/shared/devtools/responsiveui-touch.png => browser/themes/shared/devtools/images/responsivemode/responsiveui-touch.png
2014-06-02 15:33:12 -07:00
Ryan VanderMeulen
c4ae56fcc7 Merge m-c to inbound. 2014-05-28 16:28:34 -04:00
Bobby Holley
cbd5c13ca0 Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor 2014-05-28 11:14:27 -07:00
Bobby Holley
f793b273a0 Bug 1015380 - Fix up UITour.jsm. r=gijs 2014-05-28 11:14:27 -07:00
Paolo Amadini
c2db067c01 Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske 2014-01-07 17:29:41 +01:00
Gijs Kruitbosch
03b3777d0b Bug 1015494 - allow disabling panel animations during tests, r=mconley
--HG--
extra : rebase_source : 3dbdf0da5fbce6e432f5a38ae700957445f4a913
2014-05-27 13:43:56 +01:00
Brian Grinstead
0ff3dc6bc4 Bug 991810 - Move the inspector button to the top left;r=vporof 2014-05-28 09:11:33 -05:00
Carsten "Tomcat" Book
6b04055bd0 Backed out changeset ca4caf0d721c (bug 853549) for valgrind testfailures 2014-05-28 15:53:13 +02:00
Carsten "Tomcat" Book
5b8d5f6fa8 Merge mozilla-central to fx-team 2014-05-28 15:29:24 +02:00
Joe Walker
46222502db Bug 1016820 - rename csscoverage.noMatch to reflect new content; r=pbrosset 2014-05-28 14:15:04 +01:00
Carsten "Tomcat" Book
9c73951370 merge b2g-inbound to mozilla-central 2014-05-28 14:33:48 +02:00
Carsten "Tomcat" Book
7f9c4ef8ba merge mozilla-inbound to mozilla-central 2014-05-28 14:22:02 +02:00
Althaf Hameez
7b881ee444 Bug 983988 - Update constants for idle time before backup. r=mak 2014-05-28 01:10:00 -04:00
Jared Wein
ed35930aec Bug 980043 - Backed out changeset 7e0adf1211a7 (bug 905695). r=MattN 2014-05-27 12:56:00 +02:00
Gabriel Luong
74fb19445a Bug 987797 - Font preview tooltip does not preview web fonts. r=bgrins 2014-05-27 18:55:00 +02:00
Ryan VanderMeulen
f573309ab7 Merge m-c to b2g-inbound. 2014-05-27 16:24:25 -04:00
Ryan VanderMeulen
f2349a07bd Merge inbound to m-c on a CLOSED TREE. 2014-05-27 16:23:41 -04:00
Ryan VanderMeulen
305a0950f7 Bug 1005274 - Disable browser_dbg_addon-console.js on Windows. 2014-05-27 15:58:52 -04:00
Alexandre Poirot
ab64ac7cae Bug 1015949 - Ensure that make package when building b2g/dev ship all b2g files. r=fabrice 2014-05-26 09:18:00 -04:00
Tim Taubert
f3b078b70b Bug 990812 - Restrict sessionstore, tabview, and browser frame scripts to tabbrowser browsers r=adw 2014-05-23 14:22:36 +02:00
Georg Koppen
94cf566406 Bug 1013341 - Fix 'make package' for GCC ASan builds. r=glandium 2014-05-26 11:29:56 +02:00
Carsten "Tomcat" Book
00eac7d5ba merge fx-team to mozilla-central 2014-05-26 14:59:21 +02:00
Carsten "Tomcat" Book
9a7d110ce3 merge mozilla-inbound to mozilla-central 2014-05-26 14:36:35 +02:00
ffxbld
7b0ec0952b No bug, Automated blocklist update from host bld-linux64-spot-041 - a=blocklist-update 2014-05-24 03:11:22 -07:00
Wes Kocher
594334d9ce merge inbound to m-c 2014-05-23 17:19:27 -07:00
Wes Kocher
996c3dc9d1 Merge fx-team to m-c 2014-05-23 17:04:56 -07:00
Dão Gottwald
91ac240000 Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 20:41:31 +02:00
Dão Gottwald
980f21a719 Backed out changeset d670f361bbb6 2014-05-23 20:39:46 +02:00
Dão Gottwald
57ce77a271 Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 20:34:03 +02:00
Carsten "Tomcat" Book
f30dcfc791 merge fx-team to mozilla-central 2014-05-23 15:49:37 +02:00
Jared Wein
b9c8418ec5 Bug 962069 - Dragging an item on to the toolbar overflow chevron should open the overflow popup. r=mikedeboer 2014-05-23 10:51:30 -07:00
Wes Kocher
1bcba9bc3a Backed out changeset d36b2edb017b (bug 1014523) for OSX bc1 bustage 2014-05-23 10:06:19 -07:00
Felipe Gomes
738afe176b Bug 1012533 - Translation root inside root shouldn't be stringfied twice. r=florian 2014-05-23 13:09:21 -03:00
Felipe Gomes
4f71d9e38f Bug 1012519 - Re-translation should use original content instead of newly translated content. r=florian 2014-05-23 13:08:18 -03:00
Dão Gottwald
90df4dabe8 Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 17:49:47 +02:00
Dão Gottwald
49bdf7ce3d Bug 848460 - Reduce browser.slowStartup.timeThreshold to a more aggressive value. r=dolske 2014-05-23 17:48:51 +02:00
Mike de Boer
2ae21c8f45 Bug 1013861: show translation preferences section if ui.show pref == true. r=felipe 2014-05-23 17:16:28 +02:00
Mike de Boer
316faf7109 Bug 1013861: add pref to control showing the translation UI. r=felipe 2014-05-23 17:16:27 +02:00
Mike Hommey
b430fa62a7 No bug - Disable replace-malloc on rooting hazard builds until bug 1014134 is entirely fixed. r=me 2014-05-23 16:46:24 +09:00
Frederik Braun
1220520f53 Bug 1013507 - adding test case for CSP-report only message in devtools (introduced in bug 1010953). r=ckerschb 2014-05-23 10:49:13 +02:00
Carsten "Tomcat" Book
61700bd0df Backed out changeset 1eb359cf7ac0 (bug 1013448) for xperf test failures 2014-05-26 10:12:16 +02:00
Richard Marti
3b6edeaf78 Bug 993402 - [Linux] in-content prefs: remove the native treecol arrow. r=jaws 2014-05-23 18:16:32 +02:00
Althaf Hameez
a3e0d5b456 Bug 818587 - Adding a compression option for bookmark backups. r=mak 2014-05-24 19:48:00 +02:00
Mark Hammond
525ffb952e Bug 1013448 (part 1) - add telemetry probe for master-password usage. r=dolske 2014-05-26 09:48:41 +10:00
Alex Harris
f2986ef214 Bug 1011173 - Remove background-noise.toolbar.png and its references. r=bgrins 2014-05-22 17:53:00 +02:00
Richard Marti
79da8ebac5 Bug 1013719 - in-content preferences: Leave the buttons also on OS X on one line. r=jaws 2014-05-22 18:33:01 +02:00
Dave Townsend
10e90932df Bug 988072 - Australis sidebar widget does not work for SDK add-ons (sidebar API). r=gijs 2014-05-21 14:54:00 +01:00
Jared Wein
50f8edc821 Bug 1000513 - Tests for menugroup keyboard navigation. r=Unfocused
--HG--
extra : rebase_source : 925b6991f3444ff197b166f1e4234f1f19fe321d
2014-05-15 18:14:15 -04:00
Jared Wein
3ac9e21e94 Bug 1000513 - Combined navigation items in the context menu. r=Unfocused,dao
--HG--
extra : rebase_source : 90f7c49cf5b4917527bc310d74f5f8327191ca22
2014-05-12 17:35:39 -04:00
Wes Kocher
4623b8b4a6 Merge m-c to fx-team 2014-05-23 17:43:08 -07:00
Mike Conley
5cb7816d6d Bug 993712 - Try to fix intermittent browser_984455_bookmarks_items_reparenting.js by using openPopup to open menus instead of synthesized mouse events. rs=jaws. 2014-05-23 14:18:00 -04:00
Wes Kocher
e594fbd022 Merge m-c to inbound 2014-05-22 17:55:00 -07:00
Victor Porof
c02e9c10dd Bug 1014532 - Remove border radius from Linux toolbar tabs. r=bgrins 2014-05-22 09:05:12 -04:00
Allison Naaktgeboren
bd0e58c0bb Bug 1004533 - Guard all e10s testing UI behind an E10S_TESTING_UI ifdef.r=mconley,r=nalexander 2014-05-22 09:09:32 -07:00
Asaf Romano
ecf0f3e66c Bug 988070 - New PlacesUtils.promiseBookmrksTree API for retrieving bookmarks data, a generalization of PlacesBackups.getBookmarksTree. r=mak, sr=gavin. 2014-05-22 19:06:57 +03:00
Carsten "Tomcat" Book
53c79d0fc5 Merge mozilla-central to fx-team 2014-05-22 15:56:09 +02:00
Carsten "Tomcat" Book
c3b1f0e8ad merge fx-team to mozilla-central 2014-05-22 15:17:20 +02:00
Florian Quèze
b8fea6a22e Bug 988297 - Language is changed if up/down arrow keys are used while translation infobar displays the error message, r=felipe. 2014-05-22 15:12:53 +02:00
Wes Kocher
91aab75d1b Merge m-c to fx-team 2014-05-21 20:40:01 -07:00
Wes Kocher
1f2aaaf04e Merge fx-team to m-c 2014-05-21 20:29:05 -07:00
Drew Willcoxon
0b909bbbff Bug 1013722 - Fix ContentSearch.jsm error: TypeError: msg.target.messageManager is undefined. r=felipe 2014-05-21 14:20:29 -07:00
Tim Taubert
5ee414cf5b Bug 973532 - Remove legacy NEWTAB_PAGE_SHOWN probe for homepage r=adw 2014-05-21 11:17:58 +02:00
Dão Gottwald
116e580edc Bug 1008424 - Remove unintended gradient from the tab toolbar's background. r=mconley,jjmathies 2014-05-21 22:26:37 +02:00
Mike de Boer
adbc98a2cc Bug 10113915: remove unused imports. r=florian. 2014-05-21 17:54:52 +02:00
Ed Morley
19ba1db077 Backed out changeset 9d2ca972053c (bug 987089) for intermittent failures 2014-05-21 15:55:58 +01:00
Ed Morley
35c85719ad Backed out changeset b62cad86a3ad (bug 987089) 2014-05-21 15:53:27 +01:00
Ed Morley
4f602752ce Backed out changeset 06607dd59bba (bug 987089) 2014-05-21 15:48:57 +01:00
Ryan VanderMeulen
7285915a55 Merge m-c to fx-team. 2014-05-21 08:56:33 -04:00
Carsten "Tomcat" Book
e52ec8ff1a merge fx-team to mozilla-central 2014-05-21 13:57:43 +02:00
Jordan Santell
9cdf0fcc85 Bug 1011757 - Add aero styling for web audio editor. r=vp 2014-05-19 13:37:00 -04:00
Jordan Santell
42f93885e0 Bug 1011723 - Fix glitchy toolbar lag by making toolbar static width in web audio editor tool. r=vp 2014-05-19 16:02:00 -04:00
Jordan Santell
b2abf385f2 Bug 1011436 - Update localization property names for the web audio tool. r=vp 2014-05-19 13:37:00 -04:00
Gijs Kruitbosch
d9fe106ae5 Bug 1014238 - don't break on invalid customization state, r=jaws
--HG--
extra : rebase_source : a803b73d7eda4ad38073f8d280324710666c16c7
2014-05-22 00:35:57 +01:00
Gijs Kruitbosch
339d8d761a Bug 1013518 - include CSS linter test in mochitest-devtools, r=bgrins
--HG--
extra : rebase_source : 1bb0104e310d38c2b2265b351bda9230f306d28d
2014-05-22 00:35:53 +01:00
Jared Wein
6c05ed2582 Bug 1008355 - Easter egg whimsycorn should spin on click. r=Dao 2014-05-20 15:40:00 -04:00
Jacob Acord
5c954405f9 Bug 1011172 - Remove obsolete images from tabbrowser/. r=dao 2014-05-20 12:34:00 +02:00
Richard Marti
b0c5f7f6df Bug 1013523 - Remove history check in in-content preferences.js. r=jaws 2014-05-20 21:11:13 +02:00
Richard Marti
67d05b603a Bug 1013516 - Don't ship unneeded in-content preferences files. r=jaws 2014-05-20 20:41:33 +02:00
Vikneshwar
cc43bc6291 Bug 980910 - Removed oncommand attribute from XUL and added listener to JS. r=jryans 2014-05-20 12:55:00 +02:00
Brian Grinstead
a1e5e7a27e Bug 1013557 - Shader and Style Editor eye icons are wrongly inverted in light theme. r=vporof 2014-05-20 14:09:00 +02:00
Tim Nguyen
9bb6ef0462 Bug 1013551 - .dbg-expression-arrow background is missing. r=bgrins 2014-05-20 13:39:00 +02:00