Blake Kaplan
3d95b83bc4
Bug 1055508 - Make the findbar respect the search clipboard as well as prefillwithselection in e10s. r=mikedeboer
2015-01-16 15:11:00 +01:00
Seth Fowler
71e8c48f72
Bug 1121802 - Only add #-moz-resolution to favicon URIs that end in ".ico". r=Unfocused
2015-01-17 00:38:41 -08:00
Carsten "Tomcat" Book
c8045cb88f
merge fx-team to mozilla-central a=merge
2015-01-12 13:01:26 +01:00
Jared Wein
b5f521fe19
Bug 1074744 - Apply the margin-end to the volume controls when fullscreen is unavailable. r=gijs r=dolske
...
The adjusted margin-end needs to be applied to the volume controls when the fullscreen button is hidden due to fullscreen being unavailable, such as within an iframe that is lacking the allowfullscreen attribute. Previously the margin-end was only applied when the video was determined to be audio-only.
2015-01-09 14:29:36 -05:00
Magnus Melin
1d290d7da8
Bug 1114010 - remove unused/unimplemented autocomplete ignoreBlurWhileSearching. r=mak
2015-01-10 13:48:24 +02:00
Magnus Melin
2c74c92e3b
Bug 1043310 - AutoCompletion doesn't take capitalization from address book entry, can leave angle brackets characters >> in field, when loosing focus by clicking outside (not enter/tab). r=mak
...
The fix has two aspects:
- for onblur we need to complete to the actual suggestion not to leave addresses uncapitalized or having " >> " as value
- once we have a valid selection that should not be changed to default because EnterMatch is called again (which it is with blur if the value was confirmed by enter, or mouse selection already)
2015-01-10 13:48:23 +02:00
Neil Deakin
f6a2d05cfe
Bug 1089005, add a third consume option that never consumes even over the anchor. This allows clicks on the location field to adjust the caret position, r=dao
2015-01-09 21:12:10 -05:00
Blair McBride
37950e9923
Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo
2015-01-08 22:38:48 +13:00
Dave Townsend
58d687e019
Bug 1094312: Properly destroy browsers when switching between remote and non-remove pages and override the default destroy method in remote-browser.xml. r=mconley
...
In some cases removing an element from a document doesn't call its XBL
constructor. tabbrowser knows this and so calls a destroy method on browser
elements when removing them.
When remote-browser was added we forgot to add a specific destroy method so the
base browser binding's would be used. This would mean remote-browsers aren't
being destroyed correctly.
Also when we switch from remote to non-remote browsers or vice versa we don't
call the destroy method at all so sometimes the browser isn't destroyed properly
and observer notifications get fired on dead browser elements.
--HG--
extra : rebase_source : d54ca85d912fdd736495c500910ff51fb5e15b6a
2014-12-29 17:09:52 -08:00
Carsten "Tomcat" Book
2712806979
Backed out changeset c5feceed953a (bug 1094567)
2015-01-08 12:17:20 +01:00
Blair McBride
f8efcaaf01
Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo
2015-01-08 22:38:48 +13:00
Blake Winton
fe9799f4da
Bug 1102937 - Add UITelemetry for the improved search bar UI. r=florian, r=felipe
2015-01-06 13:09:43 -05:00
Blair McBride
0f72f4bec2
Bug 1099046 - Autocomplete popup displays "moz-action:searchengine,..." for keyword searches while pressing Shift. r=mak
2015-01-06 19:13:46 +13:00
Gijs Kruitbosch
2598407827
Bug 1096319
2015-01-05 11:41:06 +00:00
Tim Nguyen
45aec4cb81
Bug 891258 - Use Australis styling for the findbar buttons. r=jaws
2014-12-24 02:38:00 +01:00
Dave Townsend
352c378a14
Bug 1103455: Change the events used to popup the search suggestions to avoid showing them when opening context menus. r=florian
2014-12-22 11:54:15 -08:00
Neil Deakin
b0a6a33837
Bug 1060529, send the enabled state of child process commands to the parent on update, without the test, r=smaug,ehsan
2014-12-09 10:48:27 -05:00
Wes Kocher
280a38ff20
Backed out 2 changesets (bug 1060529) for introducing a new intermittent bc1 orange
...
Backed out changeset 5ddd9eb25925 (bug 1060529)
Backed out changeset d4f962fb38be (bug 1060529)
2014-12-08 16:40:55 -08:00
Neil Deakin
2e2109d0f9
Bug 1060529, send the enabled state of child process commands to the parent on update, now with improved test, r=smaug,ehsan
2014-12-08 08:12:22 -05:00
Carsten "Tomcat" Book
5969f2ac89
merge fx-team to mozilla-central a=merge
2014-11-24 14:06:00 +01:00
Blair McBride
9bb41734f6
Bug 1060642 - Improve display of entries without a title in the Awesomebar. r=mak
...
--HG--
extra : transplant_source : %E5%0C%03N%1D%99%C4%F3%16MK%C1%E7%88%C5%A7%FE%0D%28%9B
2014-11-24 13:11:12 +13:00
Blair McBride
6a76308101
Bug 1067903 - Part 3: Update tests to deal with autoselect and textValue. r=mak
...
--HG--
extra : transplant_source : %27%23%DC/%3E%866%CB%AC%FD%87%8C%16hP%28%B8%04%F4O
2014-11-24 12:19:44 +13:00
Blair McBride
33080ce19a
Bug 1067903 - Part 2: Change how we handle the real value vs the display value in the URLbar. r=mak
...
--HG--
extra : transplant_source : %B3%FC5wJ%CB%C2%29%22%B4%C4X%E2WJ%B2K%7D%B70
2014-11-24 12:19:04 +13:00
Blair McBride
4d36389195
Bug 1070778 - Selecting a moz-action: result then typing more can result in "Search X for moz-action:..." item. r=mak
...
--HG--
extra : transplant_source : %82D%C62%20OSI%DBx%22%5C%FB%A6%606n%FE7%3D
2014-11-24 12:00:02 +13:00
Chris Peterson
6e2ef091e8
Bug 1102131 - Part 5: Remove deprecated let blocks and expressions in toolkit. r=Mossop
...
--HG--
extra : rebase_source : 3581ec35850edb35c921a0d86ddae1391f588135
2014-11-19 23:50:25 -08:00
Jonathan Kew
612145b71e
Bug 1094434 - Render resizer appropriately for vertical-lr and vertical-rl writing modes. r=roc
2014-11-13 13:24:00 +00:00
Carsten "Tomcat" Book
4916e71e91
Backed out changeset e36492ae23a6 (bug 1094434) for Android Reftest Failures on a CLOSED TREE
2014-11-13 12:04:06 +01:00
Jonathan Kew
dbeb458ff7
Bug 1094434 - Render resizer appropriately for vertical-lr and vertical-rl writing modes. r=roc
2014-11-13 08:58:06 +00:00
Dave Townsend
33002c3689
Bug 1075658: Make browser.loadURI synchronously update the browser remoteness. r=ttaubert
2014-10-29 13:26:14 -07:00
Brian Grinstead
02659e2f3b
Bug 1085745 - Add a way to select the autocomplete popup in CSS based on which input it is opened for;r=dao
2014-10-21 20:44:38 -07:00
Bill McCloskey
c74f9723e0
Bug 918634 - swapFrameLoader not implemented for e10s. Frameloader impl. r=smaug
...
--HG--
extra : rebase_source : 01867c6208df8213b04469404dc6c1f768f8c025
2014-10-07 15:30:42 +13:00
Iaroslav Sheptykin
fbf69d6a2f
Bug 1052992: Add quick-search event listeners to system event group, so stopPropagation on keyboard events does not affect the findbar. r=MattN
2014-10-16 00:38:58 -07:00
Jon Morton
1700296f02
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
...
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
2014-10-14 13:15:21 -07:00
Alex Bardas
c73356bf6d
Bug 1074167 - Autocomplete results for aliased search engines should use the search engine icon. r=mak
2014-10-10 10:59:00 -04:00
Wes Kocher
952544db96
Bug 1019762 - Attempt to fix the bc1 orange on a CLOSED TREE
2014-10-10 15:25:34 -07:00
David Rajchenbach-Teller
355b42af30
Bug 1019762 - Wallpaper over "TypeError: this.docShell is null" Promise rejections. r=felipc
...
CLOSED TREE
2014-06-03 10:34:00 -04:00
Bill McCloskey
42e95291a1
Bug 1067576 - Make console.log work in frame scripts (r=Mossop)
2014-10-07 11:46:25 -07:00
aceman
d80d26fddb
Bug 1076765 - fix undefined mRadioChildren property in radio.xml. r=Neil
2014-10-03 09:11:00 +02:00
Ben Craddock
f939423743
Bug 517114 - Keep video controls from being draggable. r=dolske
2014-10-01 22:58:00 +02:00
Tomasz Kołodziejski
54772b855c
Bug 1051187 - "Match case" button does not refresh the number of occurences. r=mikedeboer
2014-10-02 17:23:00 +02:00
Ryan VanderMeulen
4b07046320
Merge fx-team to m-c. a=merge
2014-10-03 16:13:24 -04:00
Blake Kaplan
f809f5b13f
Bug 1026099 - Rework the spellchecker context menu to not use CPOWs. r=ehsan/billm/felipe
...
This patch fixes a few nits and typos in the C++ spellchecking code as well as
fixing the Finnish dictionary and multiple installed dictionaries in general (r=ehsan).
It reworks the spellchecking context menu to use async message passing (in JS)
and reduces, by a little, the CPOW use in the context menu code (r=felipe).
Finally, the spellcheck IPDL no longer needs to be 'rpc' since we no longer
nest spellchecking calls, so it can go back to being 'sync' (r=billm).
2014-10-03 10:52:37 -04:00
mferretti@mozilla.com
851f19f43f
Bug 994280 - Improve badged button for Australis. r=enn
...
- moved badged button XBL from browser to toolkit
- made the XBL applied by CSS class instead of button's type
- added australis look & feel to badged button
- fixed OS X badge position
2014-10-02 11:52:50 +01:00
Carsten "Tomcat" Book
0c25e87cfe
Backed out changeset 7f987505ac94 (bug 1051187) for test failures
2014-10-02 13:07:05 +02:00
Tomasz Kołodziejski
6ddd63da64
Bug 1051187 - "Match case" button does not refresh the number of occurences. r=mikedeboer
2014-09-26 14:34:00 +02:00
Phil Ringnalda
fe1673fc99
Backed out 2 changesets (bug 1070778, bug 1073846) for bc1 bustage
...
Backed out changeset c5f1d81d3849 (bug 1070778)
Backed out changeset b327a052e47f (bug 1073846)
--HG--
extra : rebase_source : 49d62043ba91398f370997868bba693ccc6d8251
2014-09-29 20:34:54 -07:00
Blair McBride
fcd3684965
Bug 1070778 - Selecting a moz-action: result then typing more can result in "Search X for moz-action:..." item. r=mak
...
--HG--
extra : transplant_source : P/b%9D%B6T%85%22%A8%1B%F0%18%3A%827%C2qx%F6%97
2014-09-30 13:56:06 +13:00
Blair McBride
fb77cb6167
Backout 262b6ad34702 (bug 1070778) due to bc1 failures. r=backout
2014-09-30 02:38:29 +13:00
Blair McBride
3a7427d581
Bug 1070778 - Selecting a moz-action: result then typing more can result in "Search X for moz-action:..." item. r=mak
...
--HG--
extra : transplant_source : %2C%E3F%B4%B9%A9%3A%AD1s%1C%E3Y%C1S%DC%A1%99%DF%C2
2014-09-30 01:49:52 +13:00
Alex Bardas
36a5102144
Bug 1071164 - Display magnifying glass for search results in awesomebar (follow-up of bug 1040725). r=Unfocused
2014-09-27 16:58:00 +02:00