Commit Graph

29184 Commits

Author SHA1 Message Date
Tooru Fujisawa
77c9a07ff5 Bug 1154234 - Remove unnecessary return in BezierCanvas.prototype.plot in CubicBezierWidget.js. r=pbrosset 2015-04-16 21:55:59 +09:00
Tooru Fujisawa
bcc9883477 Bug 1155048 - Remove redundant return statement in CustomizableUI.jsm. r=Gijs 2015-04-16 21:55:57 +09:00
Nicolas Silva
d0876f309d Bug 1155092 - Disable the test browser_PopupNotification on Linux asan. r=roc 2015-04-16 13:36:33 +02:00
Mark Hammond
05528cd87b Bug 1153121 - have the readinglist sync engine log existing local items if trace logging is enabled. r=adw 2015-04-16 16:16:10 +10:00
Mark Hammond
ff3f9579f4 Bug 1152698 - certain readinglist server response codes should cause the sync engine to throw/abort. r=adw 2015-04-16 16:16:10 +10:00
Phil Ringnalda
e77a29408d Back out 364bc6209cc5 (bug 1134501) for jetpack bustage 2015-04-15 22:08:20 -07:00
Jordan Santell
59419ddc7d Bug 1077464 - Wire console.profile/profileEnd to the new performance tool. Move most of the recording-model logic from the front end into the PerformanceFront and PerformanceActorConnection so it can manage recordings without the front end being viewed. r=vp,jryans,pbrosset 2015-04-14 08:58:58 -07:00
Jared Wein
8fb2e26f5c Bug 1134501 - UITour: Force page into Reader View automatically whenever the ReaderView/ReadingList tour page is loaded. r=gijs 2015-04-15 23:45:50 -04:00
Ryan VanderMeulen
66f788b23d Merge fx-team to m-c. a=merge 2015-04-15 21:23:40 -04:00
Ryan VanderMeulen
c3f6324cdd Merge m-c to fx-team. a=merge
IGNORE IDL
2015-04-15 15:20:08 -04:00
Ryan VanderMeulen
b091610554 Merge fx-team to m-c. a=merge
IGNORE IDL CHANGES
2015-04-15 15:10:44 -04:00
Carsten "Tomcat" Book
dbe09fb159 Backed out changeset 145f6347bb11 (bug 1137285) depending on the backout of bug 1145049 2015-04-15 17:24:06 +02:00
Carsten "Tomcat" Book
fd25e4a1ea Backed out changeset 120d272971a6 (bug 1137285) 2015-04-15 17:23:18 +02:00
Carsten "Tomcat" Book
b36c35786c Backed out changeset 3570dbae06e2 (bug 1137285) 2015-04-15 17:23:10 +02:00
Brian Grinstead
6f2b41176c Bug 1149346 - DevTools sourceeditor: make selection of an autocomplete item include the full text of the item;r=pbrosset
Previously, there was a case where typing 'a' and then selecting '#about' would
end up with 'about' in the editor.  The selection wasn't taking this situation
into account, so now if the prefix of the autocomplete item contains the entire
text of the line, then replace the first part of the line with the item
2015-04-15 08:15:22 -07:00
Patrick Brosset
0e8e659e77 Bug 1149346 - First word in selector-search also matches classes and ids; r=harth 2015-04-15 08:15:20 -07:00
Brian Grinstead
853f3c7645 Bug 969914 - Make developer toolbar match the light devtools theme when applied;r=jwalker,r=pbrosset 2015-04-15 08:12:49 -07:00
Steven MacLeod
02b62eb718 Bug 1079245 - Set about:privatebrowsing to load in child. r=mossop
browser_privatebrowsing_downloadLastDir.js and browser_bug963945.js are also updated to work properly when about:privatebrowsing is loaded remotely.
2015-04-15 13:58:21 +02:00
Mike Conley
9c89718878 Bug 1153659 - Add missing argument to addObserver in browser_pluginCrashReportNonDeterminism.js to avoid permafail on Aurora merge. r=test-only-change 2015-04-13 09:09:44 -04:00
Carsten "Tomcat" Book
b270d335da Backed out changeset 6c4285b179df (bug 1145049) 2015-04-15 16:12:30 +02:00
Carsten "Tomcat" Book
b1ac6a5965 Backed out changeset d800c6c9493d (bug 1145049) 2015-04-15 16:12:25 +02:00
Carsten "Tomcat" Book
7f3ae5ec34 Merge mozilla-central to fx-team 2015-04-15 15:03:01 +02:00
Carsten "Tomcat" Book
3981e1d990 merge mozilla-inbound to mozilla-central a=merge 2015-04-15 14:28:05 +02:00
Mark Banner
b74949ffac Bug 1142588 - Implement context in conversations display for Loop's standalone UI. r=mikedeboer 2015-04-15 13:06:34 +01:00
Alexandre Poirot
cf3e160050 Bug 1137285 - Convert inspector test to be remote friendly r=pbrosset 2015-04-15 13:55:30 +02:00
Alexandre Poirot
51d43c4674 Bug 1137285 - Replace content.location = ... by a navigateTo request r=pbrosset 2015-04-15 13:55:29 +02:00
Alexandre Poirot
c01e21103c Bug 1137285 - Convert addTab+openInspector to openInspectorForURL r=pbrosset 2015-04-15 13:55:29 +02:00
Alexandre Poirot
eb4ac365f5 Bug 1145049 - Cleanup correctly tests run from browser/devtools/shared/test. r=bgrins 2015-04-15 00:35:33 +02:00
Alexandre Poirot
1aaf834138 Bug 1145049 - Fix browser_toolbar_webconsole_errors_count when run independently. r=bgrins
DeveloperToolbar.show now returns a promise.

This code was missed during the refactoring as it wasn't executed
because some previous test wasn't cleaning up correctly and the toolbar was still on.
2015-04-15 00:35:33 +02:00
Gijs Kruitbosch
64126ad6ca Bug 1134501 - add way for UITour'd page to force-show the reader mode button, r=margaret 2015-04-13 20:12:57 +01:00
Dão Gottwald
ee76ea9658 Bug 1154625 - Merge fullscreen window controls styling from browser-aero.css into browser.css. r=gijs 2015-04-15 11:54:39 +02:00
Mark Goodwin
e07262512c Bug 1120748: Resolve intermittent failure of browser_ssl_error_reports.js (r=ttaubert) 2015-04-15 15:49:51 +01:00
Ryan VanderMeulen
60e5614344 Merge m-c to inbound. a=merge
IGNORE IDL
2015-04-15 15:15:32 -04:00
Tanvi Vyas
6648b4dfb0 Bug 1146677 - A user disabling mixed content blocking should not affect the site identity icon or messages. r=dolske 2015-04-15 10:12:36 -07:00
Bill McCloskey
6ae2f066ea Bug 1056443 - Use correct URL in location bar when switching processes (r=ttaubert) 2015-04-15 10:09:49 -07:00
Margaret Leibovic
43952d6ff5 Bug 1152121 - Factor out logic to get original URL from reader URL into shared place, and handle malformed URI excpetions. r=Gijs, mcomella 2015-04-06 16:07:03 -07:00
Wes Kocher
a0a6e1b8ef Merge m-c to fx-team a=merge CLOSED TREE 2015-04-14 15:40:46 -07:00
Jared Wein
2939f016b0 Bug 1153403 - Don't allow dialogs to resize if they didn't resize in windowed preferences. r=Gijs 2015-04-14 18:15:52 -04:00
Ryan VanderMeulen
ab3232a57a Merge fx-team to m-c. a=merge 2015-04-14 16:22:54 -04:00
Marina Samuel
09d7b086e1 Bug 1139052 - Don't show suggested tiles for users with fewer than 8 history tiles. r=adw 2015-04-14 14:39:50 -04:00
Marina Samuel
b85566db9e Bug 1151876 - Blocking a targeted tile should remove its associated suggested tile in the next new tab. r=adw 2015-04-14 14:34:32 -04:00
Gijs Kruitbosch
6b307edd93 Bug 1153900 - fix use of 'File' constructor in IEProfileMigrator.js, r=mak 2015-04-14 05:37:00 +01:00
Shane Caraveo
80e28a6798 Bug 1153952 fix social button size, clarify attribute name across sdk and social, r=dao 2015-04-14 10:19:37 -07:00
Shu-yu Guo
15753cc66f Bug 1153900 - Fix TDZ issue in IEProfileMigrator.js, r=gijs 2015-04-13 21:25:00 +01:00
Carsten "Tomcat" Book
52d542d4ba Merge mozilla-central to fx-team 2015-04-14 16:18:33 +02:00
Ryan VanderMeulen
d06790bb92 Merge inbound to m-c. a=merge 2015-04-14 10:06:03 -04:00
Carsten "Tomcat" Book
79b40426ad Backed out changeset 946b935a9cb4 (bug 1077464) for suspicion of causing dt e10s perma failure on a CLOSED TREE 2015-04-14 08:59:56 +02:00
Tooru Fujisawa
90abcface7 Bug 1147700 - Part 2: Do not overwrite dataTransfer in ChromeUtils.synthesizeDrop if dragData is null. r=enndeakin 2015-04-14 13:07:59 +09:00
Tooru Fujisawa
8b3e13a48c Bug 1147700 - Part 1: Add aDragEvent parameter to ChromeUtils.synthesizeDrop to modify DragEvent, and set default position to center of destElement. r=enndeakin 2015-04-14 13:07:57 +09:00
Phil Ringnalda
3f94a5b045 Backed out 4 changesets (bug 1150683) for Android xpcshell test bustage
CLOSED TREE

Backed out changeset 645508dd2a76 (bug 1150683)
Backed out changeset 4389151f1348 (bug 1150683)
Backed out changeset 66ca87f2a944 (bug 1150683)
Backed out changeset 814fc7abbe18 (bug 1150683)
2015-04-13 20:15:58 -07:00