Commit Graph

32608 Commits

Author SHA1 Message Date
Bill McCloskey
6a13354cf2 Bug 1202483 - [webext] Support ImageData for browser.browserAction.setIcon (r=gabor) 2015-09-23 17:18:32 -07:00
Bill McCloskey
add10a99bd Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor) 2015-09-23 17:18:32 -07:00
Bill McCloskey
e45b3bd6f7 Bug 1202479 - [webext] Implement "current window" support in browser.{windows,tabs} (r=gabor) 2015-09-23 17:18:31 -07:00
Bill McCloskey
ac48cbafda Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor) 2015-09-23 17:18:28 -07:00
Bill McCloskey
502851ee7d Bug 1190662 - [webext] Browser action popup HTML should be reloaded each time popup is opened (r=gabor) 2015-09-23 17:18:26 -07:00
Wes Kocher
c8a6c11b3b Merge fx-team to central, a=merge CLOSED TREE 2015-09-23 13:22:10 -07:00
Xidorn Quan
422657918c Bug 1207443 - Change browser_parsable_css.js to load stylesheets with chrome privilege. r=Gijs 2015-09-23 22:15:04 +10:00
Mark Banner
e413632cc2 Bug 1205610 - Log the string associated with OT's UNABLE_TO_PUBLISH exception to help understand where it is coming from. r=Mardak 2015-09-23 11:51:06 +01:00
Florian Quèze
82a91d323f Bug 862148 - remove the DATA_* and TYPE_* constants from nsISearchEngine, r=adw. 2015-09-23 12:05:37 +02:00
Florian Quèze
946f7acd70 Bug 862148 - stop supporting installation of Sherlock plugins through Services.search.addEngine, r=adw. 2015-09-23 12:05:36 +02:00
Florian Quèze
f80b218fed Bug 862148 - drop support for Sherlock plugins in window.sidebar.addSearchEngine, r=adw. 2015-09-23 12:05:36 +02:00
Mark Hammond
363a11a07e Bug 1206571 - ensure Sync UI is in correct state before Sync initialized. r=adw 2015-09-23 11:00:40 +10:00
Wes Kocher
4b62bd50d4 Merge m-c to fx-team, a=merge 2015-09-22 16:48:10 -07:00
Wes Kocher
5b68e141b5 Merge inbound to central, a=merge CLOSED TREE 2015-09-22 16:42:03 -07:00
Felipe Gomes
dc2506c0e5 Backed out changeset 005290f8c1d5 (bug 1205398) 2015-09-22 18:43:49 -03:00
Wes Kocher
27e253a353 Backed out 3 changesets (bug 1192924) for Android bustage CLOSED TREE
Backed out changeset 30d612836685 (bug 1192924)
Backed out changeset a6860f880e01 (bug 1192924)
Backed out changeset 10e1fa2cc23a (bug 1192924)
2015-09-22 11:02:55 -07:00
Jacek Caban
122e607eea Bug 1207100 - Fixed nsEdgeReadingListExtractor.cpp compilation on GCC. r=Gijs 2015-09-22 19:07:10 +02:00
Drew Willcoxon
5447c726f5 Bug 1206376 - Pass the proper bookmark index when creating a new bookmark in the bookmark properties dialog. r=mak 2015-09-22 09:58:56 -07:00
Tim Nguyen
19c6a04a90 Bug 1206911 - Use CSS Filters to gray out whimsycorn rather than using a separate asset. r=dao 2015-09-22 18:03:53 +02:00
Dão Gottwald
7968b2f624 Bug 1207164 - Use tab separator opacity transition only on hover. r=gijs 2015-09-22 18:03:23 +02:00
Gijs Kruitbosch
7892e9588f Bug 1205053 - addendum: rebasing mistake due to the new name of the ctypes helper, rs=me 2015-09-22 16:45:06 +01:00
Gijs Kruitbosch
2a470e386e Bug 1199289 - r=valentin,dao 2015-09-22 16:26:15 +01:00
Gijs Kruitbosch
4b66c86406 Bug 1205053 - use registry typedURLs to import rudimentary history from MS Edge, r=dolske 2015-09-15 22:18:41 +01:00
Gijs Kruitbosch
16e73c35ea Bug 1200892 - fix devedition styling of window in fullscreen on vista/win7, r=bgrins 2015-09-17 15:47:05 +01:00
Gijs Kruitbosch
2c77a06777 Bug 1204356 - fix back button state on devedition when mouse is not over open back button, r=bgrins 2015-09-17 16:06:18 +01:00
Ehsan Akhgari
51ea04e591 Bug 1206991 - Use mozconfig.cache in Linux static analysis builds; r=glandium 2015-09-22 08:30:50 -04:00
Ehsan Akhgari
9201b1a4eb Bug 1203393 - Part 3: Add build configuration for Linux64 optimized Static Analysis builds; r=glandium
Also update the compiler for Linux64 debug static analysis builds to
match the one we use for optimized builds.
2015-09-22 08:30:21 -04:00
Carsten "Tomcat" Book
66b1d84fe2 Merge mozilla-central to mozilla-inbound 2015-09-22 12:49:44 +02:00
Carsten "Tomcat" Book
f8abba90f1 merge mozilla-inbound to mozilla-central a=merge 2015-09-22 12:35:13 +02:00
Jan-Ivar Bruaroey
7810914636 Bug 1206982 - getUserMedia s/PermissionDeniedError/SecurityError/. r=jesup 2015-09-21 20:57:12 -04:00
Matthew Noorenberghe
41b50933ff Bug 1206943 - UITour: Remove the event listener in promisePanelElementEvent upon timeout. r=bgrins
The event listener wasn't getting removed in the reject case.
2015-09-21 16:34:27 -07:00
J. Ryan Stinnett
79ff031964 Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
J. Ryan Stinnett
cc407ff048 Bug 912121 - Package DevTools client themes in devtools.jar. rs=devtools
Break DevTools theme files out of browser.jar and move to a new DevTools
specific jar.  Update all paths of the form:

chrome://browser/skin/devtools/<X>

to

chrome://devtools/skin/<Y>

where <Y> is the source tree path that comes after /devtools/client.
2015-09-21 12:04:31 -05:00
J. Ryan Stinnett
d3e83e53a2 Bug 912121 - Migrate DevTools themes. rs=devtools
Move DevTools themes to a new directory using the following step:

hg mv browser/themes/shared/devtools devtools/client/themes

No other changes are made.
2015-09-21 12:04:27 -05:00
J. Ryan Stinnett
caa374cd30 Bug 912121 - Move straggler images next to other DevTools images. rs=devtools 2015-09-17 15:47:36 -05:00
J. Ryan Stinnett
1fcbd86174 Bug 912121 - Rewrite require / import to match source tree. rs=devtools
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location.  Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
J. Ryan Stinnett
ddcd042ea7 Bug 912121 - Package DevTools client content in devtools.jar. rs=devtools
Break DevTools content files out of browser.jar and move to a new DevTools
specific jar.  Update all paths of the form:

chrome://browser/content/devtools/<X>

to

chrome://devtools/content/<Y>

where <Y> is the source tree path that comes after /devtools/client.
2015-09-21 12:02:37 -05:00
J. Ryan Stinnett
ed50f9cd5c Bug 912121 - Adjust build configs and test manifests. r=glandium
This step resumes shipping client and server DevTools components to the correct
products, and is enough for "mach build" to complete successfully.
2015-09-17 14:35:36 -05:00
J. Ryan Stinnett
4b3635c0bb Bug 912121 - Migrate major DevTools directories. rs=devtools
Move major DevTools files to new directories using the following steps:

hg mv browser/devtools devtools/client
hg mv toolkit/devtools/server devtools/server
hg mv toolkit/devtools devtools/shared

No other changes are made.
2015-09-21 12:02:24 -05:00
Manuel Casas
12c804aa1e Bug 1203298 - Room loading spinner should be vertically centered. r=Standard8 2015-09-21 18:11:21 +01:00
Mark Banner
f9573f16e2 Bug 1206701 - Fix the contact menu buttons on Loop's panel so that audio and video conversations can be selected properly. r=Mardak 2015-09-21 18:11:21 +01:00
Wes Kocher
8211bd934f Merge m-c to fx-team, a=merge 2015-09-21 09:53:42 -07:00
Wes Kocher
39872492a3 Merge fx-team to central, a=merge CLOSED 2015-09-21 09:42:12 -07:00
ffxbld
0440b19179 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2015-09-21 10:15:23 -04:00
Ed Lee
7c7143ef92 Bug 1205658 - Hello Spinner Blue should match other blue elements in Hello [r=Standard8] 2015-09-21 00:49:24 -07:00
Georg Fritzsche
8789518891 Bug 1205968 - Remove TranslationProvider category registration and manifest. r=felipe 2015-09-21 00:02:04 -07:00
Matthew Noorenberghe
03680252cc Bug 1199382 - Rename some strings from "password" to "login" in preferences and the manager. r=markh 2015-09-20 23:53:30 -07:00
Ed Lee
a2d4f14ec1 Bug 1184924 - Implement the refreshed design for the invitation overlay - add the strings. rs=dmose 2015-09-20 21:27:34 +01:00
Ed Lee
e484a2328c Bug 1184940 - Implement the refreshed design for the edit context view. r=dmose 2015-09-20 21:27:34 +01:00
Ed Lee
be67d6da68 Bug 1199120 - Overlapping buttons in conversation window [r=Standard8] 2015-09-20 21:27:33 +01:00