Commit Graph

6732 Commits

Author SHA1 Message Date
Honza Bambas
06d7ec69db Bug 892488 - Get rid of the offline application cache prompt, r=ehsan+jonas 2013-08-14 17:17:00 +02:00
Mounir Lamouri
08bc7bfb93 Bug 622284 - Write tests for input context menus. r=bbondy 2013-08-14 15:39:27 +01:00
Florian Quèze
de15ab0475 Bug 898161 - Detached chat windows should not have a menu bar, r=mixedpuppy. 2013-08-13 21:31:35 +02:00
Drew Willcoxon
c3122be44a Bug 904256 - Rename the browser-fullZoom:locationChange notification to make it clear it should only be used by tests. r=gavin 2013-08-12 16:41:43 -07:00
Shane Caraveo
8972bd135d bug 899671 avoid execution in socialapi during startup if not enabled, r=jaws 2013-08-12 12:06:22 -07:00
Ryan VanderMeulen
13be9bc4d0 Merge inbound to m-c. 2013-08-09 19:08:45 -04:00
Tim Taubert
793e5c1645 Bug 880101 - part 2 - Wait until the initial tab's content document has been created before adding the progress listener; r=gavin 2013-08-09 04:56:48 +02:00
Tim Taubert
9289817900 Bug 880101 - part 1 - Add test that forces the gBrowser constructor a little too early; r=gavin 2013-08-09 04:51:27 +02:00
Carsten "Tomcat" Book
f0bfac3d0e merge mozilla-inbound to mozilla-central 2013-08-08 13:13:05 +02:00
David Keeler
9f7b825989 Bug 516753 - Forward content context menu events to the parent. r=felipc 2013-08-06 15:00:07 -07:00
Tim Taubert
7579551ffa Bug 902175 - [New Tab Page] Fix drag/drop tests on Retina displays r=jaws 2013-08-08 01:47:29 +02:00
Mark Hammond
f45a45d737 Bug 897811 - remove browser.pageThumbs.enabled preference. r=gavin 2013-08-07 11:10:58 +10:00
Mark Hammond
a4e0e4a736 Bug 897408 - remove erroneous style.removeProperty call in Site.prototype.refreshThumbnail. r=ttaubert 2013-08-07 11:10:57 +10:00
Bill McCloskey
6b72d99118 Bug 899222 - Make about:home work via message passing (r=felipe).
--HG--
rename : browser/modules/AboutHomeUtils.jsm => browser/modules/AboutHome.jsm
2013-07-05 13:55:00 -07:00
Ivan Alagenchev
696edb62f1 Bug 762593 TOOLKIT patch. Adds logic for validating if password input fields are insecure. r=dolske 2013-08-06 10:14:40 -04:00
Ryan VanderMeulen
bed2e900e1 Merge m-c to fx-team. 2013-08-05 23:22:11 -04:00
Adam Dane [:hobophobe]
db2c2f6823 Bug 893349 - Dispatch event when find bar is initialized. r=dao 2013-08-04 16:06:19 -05:00
Ryan VanderMeulen
03f1e9ee4f Merge m-c to inbound. 2013-08-05 20:00:43 -04:00
Ryan VanderMeulen
86ae8ca1a0 Backed out changesets fbba341b5faf, 4b2c9adef1e4, and bde98e3a7194 (bug 762593) for mochitest-bc failures. 2013-08-05 16:58:37 -04:00
Gavin Sharp
0be0db67a8 Bug 897066 followup: fix mismerge of two patches 2013-08-05 10:36:46 -07:00
Carsten "Tomcat" Book
c7c707deba Merge m-i to m-c 2013-08-05 11:18:59 +02:00
Georg Fritzsche
43d3c4b358 Bug 896965 - Trigger "PluginBindingAttached" before running plugin notification tests. r=keeler 2013-08-05 14:58:02 +02:00
Ivan Alagenchev
fdb4e7588b Bug 762593 TOOLKIT patch. Adds logic for validating if password input fields are insecure. r=dolske 2013-08-05 11:22:59 -07:00
Bill McCloskey
13c5f652ba Bug 899338 - Work around backspace problem in e10s builds by disabling XUL command (r=felipe) 2013-08-05 11:14:17 -07:00
Brian Grinstead
142d0770cc Bug 892168 - Ctrl+Shift+I/Cmd+Opt+I should toggle the devtools open/closed 2013-07-31 10:38:59 -07:00
Nick Fitzgerald
a0e6ec559a Backout revision 141246:8780f778bc45 for style editor failures 2013-08-03 11:29:37 -07:00
Rob Campbell
cb4ef24fb6 Bug 878412 - Use F12 to open the Toolbox; r=jwalker 2013-08-03 17:34:05 +01:00
Brian Grinstead
2c16b8d160 Bug 892168 - Ctrl+Shift+I/Cmd+Opt+I should toggle the devtools open/closed; r=jwalker 2013-07-31 10:38:59 -07:00
Paolo Amadini
3b313b16d7 Bug 899107 - Allow using the JavaScript API as the back-end for the Downloads Panel. r=mak 2013-08-03 13:04:44 +02:00
Mihai Sucan
f0c3ce2c9b Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp
--HG--
rename : browser/devtools/shared/AutocompletePopup.jsm => browser/devtools/shared/autocomplete-popup.js
rename : browser/devtools/webconsole/HUDService.jsm => browser/devtools/webconsole/hudservice.js
rename : browser/devtools/webconsole/NetworkPanel.jsm => browser/devtools/webconsole/network-panel.js
rename : browser/devtools/webconsole/WebConsolePanel.jsm => browser/devtools/webconsole/panel.js
rename : toolkit/devtools/webconsole/WebConsoleClient.jsm => toolkit/devtools/webconsole/client.js
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/network-helper.js
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/utils.js
2013-08-03 13:29:48 +03:00
Mihai Sucan
f2ab2589a3 Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
Tiziana Sellitto
1154e76a61 Bug 854952 - Delete fullscreen approval question from fullscreen approval pane, change fullscreen exit hint message fullscreenExitHint2, halve border radius, add background texture, and change button order of the fullscreen permission prompt. r=dolske 2013-08-02 20:36:10 -04:00
Gavin Sharp
53a7f4d31d Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE 2013-08-02 13:02:22 -07:00
Ryan VanderMeulen
31bba8d791 Backed out changeset fa4afb7214ae (bug 878412) for suspected xperf orange. 2013-08-02 09:51:37 -04:00
Rob Campbell
74830712a1 Bug 878412 - Use F12 to open the Toolbox, r=dcamp 2013-08-02 16:05:51 +05:30
Bill McCloskey
2cf60b81f5 Bug 897066 - Underline tab titles if the tab is remote (r=gavin) 2013-08-03 12:52:42 -07:00
Bill McCloskey
1828807e99 Bug 897066 - In e10s builds, some pages should be loaded in the chrome process (r=gavin) 2013-08-02 16:30:19 -07:00
Tanvi Vyas
bbd83899cf Bug 890963 - Update site identity message for pages where Mixed Active Content has loaded. r=dolske? 2013-07-31 10:43:38 -07:00
Ryan VanderMeulen
2a93f2cff1 Merge m-c to inbound. 2013-07-30 15:41:57 -04:00
Ryan VanderMeulen
6054b3a67b Merge m-c to fx-team. 2013-07-30 13:12:26 -04:00
Tim Taubert
5f1ae9526b Bug 899532 - Use whenDelayedStartupFinished() in browser_tab_dragdrop.js; r=gavin 2013-07-30 09:38:12 -07:00
Shane Caraveo
45b7f6e770 bug 899192 fix toolbar button test, r=markh 2013-07-30 08:53:31 -07:00
Ryan VanderMeulen
2ef7a9892a Merge m-c to inbound. 2013-07-29 18:42:45 -04:00
Tim Taubert
1f880434bc Bug 897943 - Fix focus issues and wait for delayed startup in browser_locationBarCommand.js; f=margaret r=gavin 2013-07-29 12:55:09 -07:00
Tim Taubert
4d643986d1 Bug 857427 - Wait for delayed startup to be finished before starting tests in a window; r=ehsan 2013-07-29 11:06:24 -07:00
Shane Caraveo
268ccdee4e bug 891545 fix context menu for share panel, r=markh 2013-07-29 10:53:00 -07:00
Shane Caraveo
6977a96548 bug 896314 fix permission icon when swapping social providers, r=felipe 2013-07-29 09:35:41 -07:00
Shane Caraveo
25917e751e bug 886227 fix intermittent orange 2013-07-29 09:03:19 -07:00
Ehsan Akhgari
0844f71948 Bug 898881 - Enable OpenSearch auto discovery for private windows; r=jdm 2013-07-30 13:12:16 -04:00
Tom Schuster
d02522a3b1 Bug 691610 - e10s support for useDefaultIcon. r=felipe sr=smaug 2013-07-29 11:03:41 -04:00