author | Shubham Somani <shubhamsomani92@gmail.com> |
Mon, 24 Feb 2014 10:16:20 -0500 | |
changeset 170415 | 2d851a8e2c677693e6bbf91c729ca2f20d92d77d |
parent 170414 | 6021d523a810e00803ef290d56842d21a9ea61b6 |
child 170416 | 96fd88a4d31118eadde9029231ba71fe0348a155 |
push id | 26288 |
push user | ryanvm@gmail.com |
push date | Tue, 25 Feb 2014 20:20:43 +0000 |
treeherder | mozilla-central@22650589a724 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Dao |
bugs | 974229 |
milestone | 30.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -707,19 +707,16 @@ <label id="urlbar-display" value="&urlbar.switchToTab.label;"/> </box> <hbox id="urlbar-icons"> <image id="page-report-button" class="urlbar-icon" hidden="true" tooltiptext="&pageReportIcon.tooltip;" onclick="gPopupBlockerObserver.onReportButtonClick(event);"/> - <image id="star-button" - class="urlbar-icon" - onclick="if (event.button === 0) BookmarkingUI.onCommand(event);"/> </hbox> <toolbarbutton id="urlbar-go-button" class="chromeclass-toolbar-additional" onclick="gURLBar.handleCommand(event);" tooltiptext="&goEndCap.tooltip;"/> <toolbarbutton id="urlbar-reload-button" class="chromeclass-toolbar-additional" command="Browser:ReloadOrDuplicate"