Dave Camp
|
a663de564b
|
Bug 892274 - H should toggle the selected node's hidden attribute. r=harth
--HG--
extra : rebase_source : 2e56afd40e611dc2d6d87d1c7c978e64ebb90baf
|
2013-07-31 11:33:56 -07:00 |
|
Rob Campbell
|
af92feb313
|
Bug 878412 - Use F12 to open the Toolbox; r=jwalker
|
2013-08-03 17:34:05 +01:00 |
|
Brian Grinstead
|
6505f8e6d7
|
Bug 891556 - Add Ctrl-Shift-C (Cmd-Opt-C) shortcut to toggle highlighting; r=jwalker
|
2013-08-02 11:28:37 -07:00 |
|
Brian Grinstead
|
37a492acf5
|
Bug 892168 - Ctrl+Shift+I/Cmd+Opt+I should toggle the devtools open/closed; r=jwalker
|
2013-07-31 10:38:59 -07:00 |
|
Matt Brubeck
|
3f919d06df
|
Bug 897175 - Re-enable browser_findbar.js (back out d0edf8086809)
|
2013-08-03 09:14:29 -07:00 |
|
Matt Brubeck
|
a4c3179efa
|
Bug 897175 - Intermittent failure in browser_findbar.js
|
2013-08-03 08:54:57 -07:00 |
|
Matt Brubeck
|
6b10e40465
|
Bug 901136 - Fix the default search path for mozinfo.json [r=jmaher]
|
2013-08-03 08:54:52 -07:00 |
|
Girish Sharma
|
b65a0f5772
|
Bug 860360 - Properly position the web console popup everytime, r=msucan
|
2013-08-03 19:49:49 +05:30 |
|
Tim Taubert
|
0e23852adc
|
Backed out changeset aa054b0f118b (bug 892113)
|
2013-08-03 04:15:01 -07:00 |
|
Tim Taubert
|
7b7e2a7e9d
|
Backed out changeset aa3a115f998b (bug 898151)
|
2013-08-03 04:14:59 -07:00 |
|
Tim Taubert
|
aa88681faa
|
Backed out changeset 7c080e5f472b (bug 895423)
|
2013-08-03 04:14:58 -07:00 |
|
Paolo Amadini
|
f6e17d905f
|
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 |
|
Paolo Amadini
|
952b96845e
|
Bug 900973 - Extend unit test coverage for action execution. r=enn
|
2013-08-03 13:04:39 +02:00 |
|
Mihai Sucan
|
75f74cc362
|
Bug 793996 - Create reload marker in the Web Console; r=robcee
|
2013-08-02 20:19:23 +03:00 |
|
Mihai Sucan
|
b255378927
|
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
|
c534736bac
|
Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee
|
2013-08-02 20:11:57 +03:00 |
|
Wes Johnston
|
d9e640a2af
|
Bug 900608 - New strings for guest sessions. r=mfinkle
|
2013-08-02 22:26:40 -07:00 |
|
Chris Kitching
|
6fe8d7879e
|
Bug 895423 - Use a FaviconView to display the icons for the customise search menu. r=liuche
|
2013-08-02 22:02:05 -07:00 |
|
Chris Kitching
|
ffe1736e19
|
Bug 898151 - Add informational graphic to search engine customisation menu. r=liuche
|
2013-08-02 22:01:11 -07:00 |
|
Chris Kitching
|
3414ae30b1
|
Bug 892113 - Dialog to manage installed search providers. r=liuche
|
2013-08-02 22:00:13 -07:00 |
|
Tim Taubert
|
5f75eab06c
|
Bug 898755 - Remove _resume_session_once_on_shutdown code from SessionStore; r=yoric
|
2013-08-02 20:17:45 -07:00 |
|
Marco Castelluccio
|
0771801d9e
|
Bug 900845 - We aren't using the NetUtil module in SessionStore.jsm. r=ttaubert
|
2013-08-02 20:37:12 -04:00 |
|
Allison Naaktgeboren
|
95b0d5da36
|
Bug 895669 - Override about:addons to display a metro custom page. r=sfoster
|
2013-08-02 20:36:39 -04:00 |
|
Tiziana Sellitto
|
fa5e451a45
|
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 |
|
Rodrigo Silveira
|
31f1700c24
|
Bug 901147 - Js error 'Elements.contextappbar.hide is not a function' while running tests r=mbrubeck
--HG--
extra : rebase_source : 0f3b3b09848ef554a57d6ebdf0e9c4e1ca7c4120
|
2013-08-02 12:47:22 -07:00 |
|
Jake Bailey
|
ba5432c1a6
|
Bug 901098 - Trace actor callsite trace type actually returns source location; r=fitzgen
|
2013-08-02 17:26:31 -07:00 |
|
Jake Bailey
|
1daae10a3e
|
Bug 900268 - Trace actor collects too much information when serializing objects; r=fitzgen
|
2013-08-02 17:26:31 -07:00 |
|
Jake Bailey
|
b1dabe726f
|
Bug 900776 - Trace actor reports NaN time when exiting frames; r=fitzgen
|
2013-08-02 17:26:30 -07:00 |
|
Robert Strong
|
78d822448e
|
Most entries in removed-files.in are not needed - Bug 649607 - Update removed-files.in after requiring update to the version with bug 563318. r=bbondy
|
2013-08-02 17:19:33 -07:00 |
|
Shilpan Bhagat
|
f8227ab819
|
Bug 886996 - Set as wallpaper now sets wallpapers using a chooser. r=margaret
|
2013-08-02 13:33:30 -07:00 |
|
Nick Fitzgerald
|
8177c115bc
|
Bug 901030 - dbg blackbox command reports all the same source black boxed; r=dcamp
|
2013-08-02 17:09:37 -07:00 |
|
Matt Brubeck
|
9e52ba7379
|
Back out 7579823b624a (bug 899987) temporarily until the underlying bug is really fixed
|
2013-08-02 16:59:50 -07:00 |
|
Ryan VanderMeulen
|
18aac1f510
|
Bug 897175 - Disable browser_findbar.js due to frequent failures. r=jimm
CLOSED TREE
|
2013-08-02 17:01:56 -04:00 |
|
Ryan VanderMeulen
|
466d68f6c5
|
Merge m-c to fx-team.
|
2013-08-02 17:09:31 -04:00 |
|
Ryan VanderMeulen
|
e44fa2bc7c
|
Merge inbound to m-c.
|
2013-08-02 16:36:40 -04:00 |
|
Rail Aliiev
|
cc6fa55724
|
Bug 901061 - [Leo] Please update the leo blobs to v08o image blobs for all branches of leo. r=hwine
|
2013-08-02 16:17:35 -04:00 |
|
Ryan VanderMeulen
|
2f7ac644f5
|
Backed out changeset b45bdd149e34 (bug 867856) for jit-test failures on a CLOSED TREE.
|
2013-08-02 16:08:05 -04:00 |
|
Gavin Sharp
|
3d28429c6a
|
Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE
|
2013-08-02 13:02:22 -07:00 |
|
Gaia Pushbot
|
d0177fd716
|
Bumping gaia.json for 1 gaia-central revision(s)
========
https://hg.mozilla.org/integration/gaia-central/rev/7669b3265def
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 901044 - Everything.me needs additional strings for the search bar. r=pike
|
2013-08-02 12:55:23 -07:00 |
|
Ryan VanderMeulen
|
009b6ece4e
|
Bug 894773 - Remove Android failing reftest annotation from 650228-1.html.
CLOSED TREE
|
2013-08-02 15:39:21 -04:00 |
|
Ryan VanderMeulen
|
24743de8ad
|
Backed out 7 changesets (bug 893222, bug 899256) for build bustage on a CLOSED TREE.
Backed out changeset 4aa234138f44 (bug 893222)
Backed out changeset 4b0bf28abdf2 (bug 899256)
Backed out changeset ea8b6ba99c05 (bug 893222)
Backed out changeset ac8220cb61d5 (bug 893222)
Backed out changeset d01358ff4b15 (bug 893222)
Backed out changeset 3baebe7cc655 (bug 893222)
Backed out changeset 4bdf8611ec57 (bug 893222)
|
2013-08-02 14:49:38 -04:00 |
|
Nicolas B. Pierron
|
69aa52ba3e
|
Bug 867856 - Fix intermittent timeout of bug743094.js test case. r=h4writer
DONTBUILD
|
2013-08-02 11:19:21 -07:00 |
|
Wes Johnston
|
f709a6ab8c
|
Bug 896092 - Restore session when returning from guest mode. r=bnicholson DONTBUILD
|
2013-08-02 11:04:42 -07:00 |
|
Wes Johnston
|
cba955e2e0
|
backout 3c552ee3aa5e to fix commit message
|
2013-08-02 11:09:48 -07:00 |
|
Wes Johnston
|
0588403e08
|
Bug 896350 - Don't close notifications unless explicitly requested to. r=blassey
|
2013-08-02 11:04:49 -07:00 |
|
Wes Johnston
|
121c063b69
|
Bug 896059 - Allow super toasts in webapps. r=mfinkle
|
2013-08-02 11:04:45 -07:00 |
|
Wes Johnston
|
e27870ae02
|
Bug 896350 - Restore session when returning from guest mode. r=bnicholson
|
2013-08-02 11:04:42 -07:00 |
|
Matt Brubeck
|
5f9203bc37
|
Bug 899726 - Fix merge conflicts on a CLOSED TREE
|
2013-08-02 10:54:35 -07:00 |
|
Justin Lebar
|
a04662fd5d
|
Back out 4ff7455f6720, "Bug 894736, pass clipboard type to data transfer so that the correct clipboard is used when pasting, r=ehsan" on a CLOSED TREE.
|
2013-08-02 10:53:34 -07:00 |
|
Justin Lebar
|
7b3ad2a834
|
Bug 893222 - Part 5: Fix bustage. r=me
|
2013-08-02 10:53:34 -07:00 |
|