Commit Graph

22556 Commits

Author SHA1 Message Date
Milan Sreckovic
df72dbce6c Bug 1100530 - Clean up OS X version constants. f=jgilbert, r=mstange 2014-11-28 17:28:59 -05:00
Luca Greco
c3349136ee Bug 980481 - RemoteDebuggerServer e10s setupParent helper. r=ochameau
Changes to the RemoteDebuggerServer main.js and child.js to provide hooks needed by modules which want to propagate their data lazily between the e10s parent and child processes.
2014-11-27 05:52:00 -05:00
Luca Greco
4915076d8e Bug 980481 - Check for null __poolMap in the protocol.js unmanage method. r=ochameau 2014-11-27 05:51:00 -05:00
Carsten "Tomcat" Book
4b16ee2a80 Merge mozilla-central to fx-team 2014-12-05 13:10:55 +01:00
Jordan Santell
cc83eaf9c7 Bug 1077458 - Implement marker's waterfall view in new performance tool, with details view toggling between waterfall and call tree views. r=vp 2014-12-03 16:36:00 +01:00
Neil Deakin
08bdf771e0 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
Mike Conley
be10b032f4 Bug 1102410 - Make AboutProtocolChild use a unique classID each time it registers a new nsIAboutModule. r=billm.
--HG--
extra : rebase_source : eb937c4c8996441eb92b41e2620820f99937ed90
2014-11-26 10:48:26 -05:00
Asaf Romano
1117f5b119 Bug 1104796 - Bookmarks.remove disallows removing any direct child of the places root. r=mak 2014-12-04 10:57:20 -08:00
Wes Kocher
4f38e5819e 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
Wes Kocher
c659ea6bce Backed out changeset bf25101e66cf (bug 1095098) for build bustage 2014-12-08 16:27:12 -08:00
Denis Volk
c3639f1324 Bug 1095098: move do_QueryObject templates into their own header r=froydnj 2014-11-20 12:20:10 +01:00
Masatoshi Kimura
9d69aa458a Bug 1084025 - followup to fix the wrong description. r=keeler 2014-12-09 07:42:43 +09:00
Masatoshi Kimura
587906641b Bug 1084025 - Add telemetry to measure failures due to not falling back. r=keeler 2014-12-09 07:19:05 +09:00
Ryan VanderMeulen
219d9e1072 Merge m-c to inbound. a=merge 2014-12-08 15:49:07 -05:00
Mason Chang
75a72f02a0 Bug 1107733. Integrate paint times into telemetry. r=mattwoodrow 2014-12-08 12:43:16 -08:00
Jason Orendorff
4724b42042 Bug 1103152 - Remove JS_DeletePropertyStub, JS_EnumerateStub, JS_ResolveStub, and JS_ConvertStub. Make five mandatory JSClass hooks optional (nullable). r=bhackett.
--HG--
extra : rebase_source : a349ef612573aff8f87b995a65df94ae56cab13d
extra : amend_source : bbfe549fe0735d8b33ffff66d7eeddcc2ad042d2
2014-12-02 16:56:35 -06:00
Mike Shal
14f3dfd3b3 Bug 1091668 - generate voucher on signed plugin-container; r=glandium 2014-11-25 10:43:43 -05:00
Mason Chang
a5174415c7 Bug 1108613. Create an XRE_IsParentProcess to detect if code is running in the parent process. r=roc 2014-12-09 11:21:47 -08:00
Eddy Bruël
1ace4e7a1e Bug 1102441 - Clean up the BreakpointStore;r=jimb 2014-12-03 09:23:41 -08:00
Allison Naaktgeboren
f4a6734d4c Bug 1080212 - [e10s] Add Telemetry probe for js exceptions that occur in the addon js compartment.r=billm 2014-12-02 16:41:00 -08:00
Carsten "Tomcat" Book
f74e7253a3 Backed out changeset 49218eb557ad (bug 1102441) for XPC Shell Test failures on a CLOSED TREE
--HG--
extra : amend_source : c64c1e23019f599454321f98899d8e99883d7564
2014-12-03 16:21:06 +01:00
Eddy Bruël
db380d5ca7 Bug 1102441 - Clean up the BreakpointStore;r=jimb 2014-12-03 05:44:35 -08:00
Carsten "Tomcat" Book
f67af78d5b merge fx-team to mozilla-central a=merge 2014-12-03 13:38:31 +01:00
Robert Strong
dc9419b904 Bug 1098112 - Auto-updates broken on Linux when /tmp is mounted noexec. r=bbondy 2014-12-02 13:47:37 -05:00
Alexander J. Vincent
1c1e641ec5 Bug 1098965 - test_close_database_on_gc should use one Promise per database connection. r=Yoric 2014-11-21 06:13:00 +01:00
J. Ryan Stinnett
1d4e44167f Bug 1058997 - Part 4: Only one DebuggerServer per loader. r=past
It was never necessary to pass a server reference to the socket listener, since
a given DevTools loader only ever contains a single server instance.
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
324515f2c2 Bug 1058997 - Part 3d: Restore always allow in listener tests. r=past 2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
9da1ab3c54 Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past 2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
2fc46b3be5 Bug 1058997 - Part 3a: Move allowConnection to socket listener. r=past
In the future with multiple types of socket listeners (bare TCP vs. TLS), each
will need its own logic for allowing connection.  This is moved to the listener
level, rather than living at the level of the entire server.
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
7a8540336b Bug 1058997 - Part 2: Debugger socket style cleanup. r=past 2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
ae6738b263 Bug 1058997 - Part 1: Extract socket connect and listen. r=past
Relocate the debugger client's connect and server's listen functionality in a
separate file.  This isolates the security-sensitive socket handling pieces, and
also enables easier extension to make room for TLS sockets.
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
887c5cd706 Bug 1085446 - Allow chrome and about sources in tabs. r=past 2014-12-01 22:03:51 -08:00
Joshua Cranmer
4a4c68428e Bug 1099430, mozilla-central parts: Eliminate the duplication of the build system in comm-central, r=glandium.
See the revisions a few steps prior for more fine-grained information. This just
needs to be relanded because our automation doesn't like non-ASCII commit
messages.

--HG--
extra : amend_source : 0ee4e0da1ea9ada815abfe989c51030db24aac56
2014-11-29 19:45:31 -06:00
Phil Ringnalda
9edb638106 Backed out 3 changesets (bug 1099430) because 256 characters should be enough for anybody's commit message
CLOSED TREE

Backed out changeset 28abb8af2d62 (bug 1099430)
Backed out changeset 358aa39360d5 (bug 1099430)
Backed out changeset 3313e545f4f6 (bug 1099430)
2014-11-29 17:17:58 -08:00
Joshua Cranmer
4064b423b1 Bug 1099430, part 三: Use MOZILLA_DIR instead of topsrcdir in shared makefiles, r=glandium.
With these substitutions, it is possible to have comm-central's versions of
these files merely include the mozilla-central versions and avoid having to port
small changes to these files.
2014-11-29 18:44:19 -06:00
Bob Owen
9a0a395aed Bug 928044 Part 2: Enable the content sandbox by default on Windows with an open policy. r=tabraldes,glandium,jimm
--HG--
rename : security/sandbox/win/src/warnonlysandbox/wosCallbacks.h => security/sandbox/win/src/logging/loggingCallbacks.h
rename : security/sandbox/win/src/warnonlysandbox/wosTypes.h => security/sandbox/win/src/logging/loggingTypes.h
rename : security/sandbox/win/src/warnonlysandbox/warnOnlySandbox.cpp => security/sandbox/win/src/logging/sandboxLogging.cpp
rename : security/sandbox/win/src/warnonlysandbox/warnOnlySandbox.h => security/sandbox/win/src/logging/sandboxLogging.h
2014-11-29 17:12:18 +00:00
Phil Ringnalda
5e8db73ea6 Merge f-t to m-c, a=merge 2014-11-29 09:02:17 -08:00
Mark Hammond
3680b51c02 Bug 809561 - Integrate xpcshell test harness with chrome remote debugging. r=past/chmanchester 2014-11-29 10:40:58 +11:00
Phil Ringnalda
12ad324115 Merge f-t to m-c, a=merge 2014-11-28 14:52:29 -08:00
Phil Ringnalda
16fe33dee0 Merge m-i to m-c, a=merge 2014-11-28 14:33:15 -08:00
Gavin Sharp
e3067617e9 Bug 1102416: make Yahoo the default search plugin for en-US in American time zones, r=dolske, a=me 2014-11-23 20:38:22 -08:00
Jan Keromnes
5bd303d9ca Bug 1090949 - In WebIDE, register simulators by name not by version. r=ochameau 2014-11-26 18:34:00 +01:00
Asaf Romano
e2db91ed10 Bug 1105208 - regression: (null) title for Bookmarks Toolbar, Bookmarks Menu, Unsorted Bookmarks. r=mak. 2014-11-27 22:44:29 +02:00
Phil Ringnalda
f7c0142c6a Merge m-c to m-i 2014-11-28 15:13:22 -08:00
Phil Ringnalda
077e0e565f Merge m-c to m-i 2014-11-28 12:02:04 -08:00
Ehsan Akhgari
6e5adf96c4 Bug 1106116 - Load images for notifications triggered from private browsing windows as private; r=jdm 2014-11-28 14:08:29 -05:00
Carsten "Tomcat" Book
79cdd7fb8f merge fx-team to mozilla-central a=merge 2014-11-27 17:01:23 +01:00
Carsten "Tomcat" Book
0de7d17e4f Merge mozilla-central to fx-team 2014-11-27 13:03:31 +01:00
Florian Quèze
9ee3424788 Bug 1088660 - Improve the search bar UI to support one-off searches - fix tests that failed on fx-team, r=felipe over email. 2014-11-27 12:24:53 +01:00
Jacek Caban
b65070fb55 Bug 1102804 - Fixed -Wparentheses warnings found in mingw build (toolkit part). r=roc 2014-11-27 10:59:26 +01:00
Anthony Jones
c0eceb958b Bug 1103733 - Fix openh264 test failures; r=unfocused 2014-11-27 16:16:40 +13:00
Ryan VanderMeulen
5df3040f12 Merge m-c to inbound. a=merge 2014-11-26 21:43:23 -05:00
Ryan VanderMeulen
d8461340ac Merge fx-team to m-c. a=merge 2014-11-26 21:08:54 -05:00
Ryan VanderMeulen
1ac5f2eafb Merge inbound to m-c. a=merge 2014-11-26 20:34:29 -05:00
Marco Bonardo
e83dc49d4b Backout ce637f8721d3 (bug 1083469) due to failures with old autocomplete enabled. a=bustage on CLOSED TREE 2014-11-27 00:00:23 +01:00
Georg Koppen
da4453f15f Bug 1067893 - Detect OTOOL in configure. r=glandium 2014-11-25 05:12:00 -05:00
Florian Quèze
a7e6668f97 Bug 1088660 - Improve the search bar UI to support one-off searches - improve discoverability of the search settings, r=felipe. 2014-11-20 20:55:41 +01:00
Florian Quèze
1076501bfb Bug 1088660 - Improve the search bar UI to support one-off searches, r=felipe. 2014-11-18 00:59:11 +01:00
Ryan VanderMeulen
eefdb72e63 Merge inbound to m-c. a=merge
CLOSED TREE
2014-11-25 16:57:18 -05:00
Carsten "Tomcat" Book
7310f91fa1 Merge mozilla-central to mozilla-inbound 2014-11-25 14:21:44 +01:00
Carsten "Tomcat" Book
ab7a485f2d merge fx-team to mozilla-central a=merge 2014-11-25 12:51:23 +01:00
Masayuki Nakano
6169af4b21 Bug 1077345 part.7 Use synthesizeComposition({"compositioncommit") in the tests r=smaug 2014-11-25 14:02:32 +09:00
Masayuki Nakano
fb530e9039 Bug 1077345 part.5 Use synthesizeComposition({"compositioncommitasis") in the tests r=smaug 2014-11-25 14:02:31 +09:00
Jacek Caban
59dafd8d19 Bug 1102815 - mingw builds assert in WindowsCrtPatch.h. r=glandium
--HG--
extra : rebase_source : d33a9be405982bc08ab6a762b4e5df9c013a3856
2014-11-25 12:43:05 +01:00
Carsten "Tomcat" Book
b1d71f50ed Merge mozilla-central to fx-team 2014-11-25 14:24:48 +01:00
Asaf Romano
ec99eade1a Bug 1098296 - addLivemark should take a dateAdded input property. r=mak 2014-11-25 14:34:20 +02:00
Asaf Romano
b2b26d2937 Bug 1103960 - aNewParentGuid isn't passed to onItemMoved by PlacesUtils.bookmarks.update. r=mak. 2014-11-25 14:16:46 +02:00
Asaf Romano
aa7ad700f4 Bug 1096856 - fetch({ url }) should exclude tags. r=mak 2014-11-25 14:00:53 +02:00
Asaf Romano
03d1546776 Bug 1096837 - Allow PlacesUtils.bookmarks.update({ parentGuid, index: DEFAULT_INDEX }). r=mak 2014-11-25 13:33:28 +02:00
Asaf Romano
09ed72721e Bug 1085291 - A bookmark node that is inserted by live-update code is missing bookmarkGuid value. r=mak (Relanding with the test file included this time). 2014-11-25 11:43:26 +02:00
Carsten "Tomcat" Book
5f58a7c2e6 Backed out changeset 6db486ed2de1 (bug 1085291) for breaking Builds on a CLOSED TREE 2014-11-25 09:25:11 +01:00
Asaf Romano
e53a970c6c Bug 1103636 - PlacesTransactions.Remove(guids), PlacesTransactions.RemoveBookmarksForUrls. r=mak. 2014-11-25 09:26:42 +02:00
Asaf Romano
f542a66ba4 Bug 1103622 - PlacesTransactions.Annotate for multiple items. r=mak. 2014-11-25 09:20:00 +02:00
Asaf Romano
4c32a7493a Bug 1085291 - A bookmark node that is inserted by live-update code is missing bookmarkGuid value. r=mak. 2014-11-25 09:06:37 +02:00
Wes Kocher
ba0622f84f Merge m-c to fx-team a=merge 2014-11-24 17:13:20 -08:00
Wes Kocher
8673b64949 Merge inbound to m-c a=merge 2014-11-24 16:55:25 -08:00
Tim Taubert
d9d3a3f9c0 Bug 1075450 - Disable some Awesomebar actions for private windows r=mak 2014-11-21 23:39:44 +01:00
Tim Taubert
7ec64b641e Bug 1103068 - Stop leaking due to a strong reference held by the nsBrowserStatusFilter r=billm 2014-11-23 10:28:20 +01:00
Gijs Kruitbosch
da8fc3dba3 Bug 1103203 - rm visitLink, r=jaws 2014-11-24 15:15:40 +00:00
Carsten "Tomcat" Book
2efed8f47b Merge mozilla-central to fx-team 2014-11-24 14:21:46 +01:00
Carsten "Tomcat" Book
d351ea097a merge fx-team to mozilla-central a=merge 2014-11-24 14:06:00 +01:00
Marco Bonardo
50013d89bb Bug 1083469 - Allow to use old keywords APIs along with Bookmarks.jsm r=mano
--HG--
extra : rebase_source : 606724d24ed36d9de8045f526d1bb452bf5d0530
2014-11-24 00:51:32 +01:00
fayolle-florent@orange.fr
a0e32f7a37 Bug 1095521 - Implement more paste commands for the inspector panel. r=pbrosset
--HG--
rename : browser/devtools/inspector/test/browser_inspector_menu.js => browser/devtools/inspector/test/browser_inspector_menu-01.js
rename : browser/devtools/inspector/test/doc_inspector_menu.html => browser/devtools/inspector/test/doc_inspector_menu-01.html
2014-11-22 08:48:00 +01:00
Mark Hammond
ae1837721a Bug 1103640 followup - fix syntax error, r=me 2014-11-24 14:25:59 +11:00
Mark Hammond
008973f848 Bug 1103640 - Allow DeviceActor to work when no browser windows. r=jryans 2014-11-24 12:33:04 +11:00
Blair McBride
aad11360ba 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
98bedf6b90 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
5d41aaee1e 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
45d0aaa28a 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
Blair McBride
5ac8ec6e8e Bug 1097106 - Disable Search Provider Top Suggestion feature. r=paolo 2014-11-24 11:57:03 +13:00
Wes Kocher
b671233cb1 Backed out changeset 8525554ff2ec (bug 1080212) for build bustage 2014-11-21 16:52:35 -08:00
Allison Naaktgeboren
73a4389f88 Bug 1080212 - [e10s] Add Telemetry probe for js exceptions that occur in the addon js compartment.r=billm 2014-11-21 16:00:50 -08:00
Marco Bonardo
fb9a28c992 Bug 1090308 - Invalidate mDaysOfHistory when getObservers is invoked. r=Mano
--HG--
extra : rebase_source : 83b6c6aaaf1605b469a5023c01c909b9dbca46d4
2014-11-19 17:09:04 +01:00
Marco Bonardo
d0bcdd40bf Bug 1089332 - Add a getObservers API for accessing the history observers list. r=Mano
--HG--
extra : rebase_source : 990360d6c0e9b0fd5fc1dadc89f92d1edd52cd47
2014-11-19 16:10:53 +01:00
Tomasz Kołodziejski
11f9b64646 Bug 1094622 - Deleting node in inspector now selects previous sibling and not parent. r=bgrins
---
 browser/devtools/markupview/markup-view.js         | 15 +++++----
 .../test/browser_markupview_tag_edit_04.js         | 38 +++++++++++++++-------
 browser/devtools/markupview/test/head.js           |  2 +-
 toolkit/devtools/server/actors/inspector.js        | 14 +++++++-
 .../tests/mochitest/test_inspector-remove.html     | 23 +++++++++----
 5 files changed, 65 insertions(+), 27 deletions(-)
2014-11-21 12:48:04 -08:00
Patrick Brosset
f9f667864c Bug 1084442 - Prevent highlighter from being zoomed in/out and incorrectly positioned when the page is zoomed; r=miker 2014-11-21 11:18:03 +01:00
Wes Kocher
b81ee28f94 Merge m-c to fx-team a=merge CLOSED TREE 2014-11-20 18:06:48 -08:00
Wes Kocher
898d3ed7b8 Merge fx-team to m-c a=merge 2014-11-20 17:55:52 -08:00
Justin Dolske
b9329bfbd8 Bug 1098123 - Add telemetry for onbeforeunload usage. r=jst 2014-11-20 14:50:01 -08:00
Avi Halachmi
07b67974fa Bug 1100920 - telemetry probe for frames latency. r=roc 2014-11-18 14:47:32 +02:00
Richard Marti
aae2058cba Bug 1022578 - In-content: Use border instead of box-shadow on categories and tabs. r=jaws
--HG--
extra : rebase_source : bbe1534f056b444e7dd6d0f9130591c9b25f0d05
2014-11-23 17:39:41 +01:00
Hector Zhao
1a49a78d9d Bug 1105189 - Look for the distribution/bundles directory under Contents/Resources due to v2 signing requirements. r=bsmedberg 2014-11-26 16:37:37 +08:00
Alessio Placitelli
261a8ce579 Bug 1104660 - Use |wrappedParameters| instead of |watchedResource| when failing to watch a resource in |AddPathRunnableMethod|. r=Yoric 2014-11-25 04:24:00 -05:00
Richard Marti
2a2c9e5e6b Bug 1104076 - Reduce font-size in menupopups in in-content dialogs. r=dao 2014-11-25 20:21:50 +01:00
Heather Arthur
2159b3c39e Bug 886041 - Make the font inspector remotable; r=bgrins 2014-11-25 07:36:44 -08:00
Asaf Romano
b0db90b18f Bug 1103978 - accidentally checked in a debug print 2014-11-26 06:19:04 +02:00
Asaf Romano
4a57124283 Bug 1103978 - aNewValue=undefined in onItemChange for removed keyword. r=mak 2014-11-26 06:16:44 +02:00
Trevor Saunders
333d3d2125 bug 1105074 - make more stuff final r=froydnj 2014-11-25 13:56:07 -05:00
Masatoshi Kimura
4a102c1ae4 Bug 1093741 - Refuse install Firefox on pre-Win7 x64. r=rstrong 2014-11-27 07:19:12 +09:00
Masatoshi Kimura
d651e82425 Bug 1092998 - Deal with "cipher mismatch intolerant" servers. r=keeler 2014-11-27 07:19:11 +09:00
Patrick Cloke
e7ebdedfa0 Bug 1104997 - Fix Thunderbird bustage from Bug 1091668. r=mshal
--HG--
extra : rebase_source : 55d97b53e72d29cfada4e656d55a72bc0f700e05
2014-11-26 17:08:41 -05:00
Sid Stamm
d73908d8b6 Bug 1103280 - remove references to undefined REFERRER_POLICY_DEFAULT symbol. r=billm 2014-11-22 05:14:00 +01:00
Gian-Carlo Pascutto
bc1f7979b8 Bug 1102687 - Remove legacy includes from nsUrlClassifierPrefixSet and friends. r=dmajor 2014-11-24 08:39:02 +01:00
Gian-Carlo Pascutto
8ed07078c5 Bug 1102687 - Do transient Classifier/HashStore object allocations on the stack. r=dmajor 2014-11-24 08:38:43 +01:00
Gian-Carlo Pascutto
f08ba43b40 Bug 1102687 - Avoid copying and allocating 3 times in GetPrefixes. r=dmajor 2014-11-24 08:38:29 +01:00
Gian-Carlo Pascutto
7c3b67bf71 Bug 1102687 - Presize the urlclassifier PrefixSet delta array on loading. r=dmajor 2014-11-24 08:38:14 +01:00
Patrick Brosset
97836ffb9b Bug 1098435 - Ignore reflows caused by the highlighter in the LayoutChangesObserver; r=paul 2014-11-28 12:12:23 +01:00
Richard Barnes
c8d1717147 Bug 1088255 - Collect telemetry on CAs that appear in valid cert chains r=keeler 2014-11-07 16:26:46 -05:00
Gregory Szorc
f8e7a557da Backout 7cbe50231e18 (bug 1103825) for xpcshell test failures
toolkit/crashreporter/test/unit_ipc/test_content_annotation.js was
failing with this commit applied. Backing out.
2014-11-25 19:16:57 -08:00
Gregory Szorc
f72aa60bc4 Bug 1103825 - Use misc tier in toolkit/crashreporter/test; r=mshal
--HG--
extra : rebase_source : 56e5266d114dc802ac769fbf3f3dc0cd48457a0b
extra : histedit_source : 7fc3e342616f87bd1ecd47e8cc375f0d77af849b
2014-11-23 16:21:31 -08:00
Gregory Szorc
29753ac994 Bug 1103825 - Documents libs requirements for platform.ini; r=mshal
While trying to port platform.ini to the misc tier, it was discovered
that moving it out of libs breaks packaging. Document this.

--HG--
extra : rebase_source : 6e2b9134a9cb480bb742cd504748e5ef1351cac6
extra : histedit_source : 8d462316baf91ef0555703cc4afae51f04d75bda
2014-11-23 20:36:57 -08:00
Gregory Szorc
1e9cd1e749 Bug 1103825 - Move toolkit/mozapps/update/tests rules to misc tier; r=mshal
--HG--
extra : rebase_source : f2d3f5a9a86b25b449a8c5540fa6b39f3edd749f
extra : histedit_source : be7fde50ece8822cd356176717aa4e91873e37bc
2014-11-23 16:16:31 -08:00
Hiroyuki Ikezoe
ac521e43a7 Bug 1099332 - Ensure there is no active search engines before test run. r=mak77 2014-11-25 15:35:18 -08:00
Richard Barnes
78927cb49c Bug 968817 - Only accept certs for server TLS which use EKU (and which assert the TLS Server Authentication EKU) r=keeler 2014-11-24 20:33:50 -05:00
Mike Shal
b748aad8c1 Bug 1091668 - Make/sign EME voucher; r=ted 2014-11-03 11:26:58 -05:00
Carsten "Tomcat" Book
3c9909efb9 Merge mozilla-central to mozilla-inbound 2014-11-28 14:23:52 +01:00
Carsten "Tomcat" Book
e2d0bbd410 Backed out changeset b38a8e2203a1 (bug 1024809) for Android 4 perma failures 2014-11-28 12:23:19 +01:00
Jan Varga
bcb1bd0f3c Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan
--HG--
rename : dom/indexedDB/test/unit/bug1056939.zip => dom/indexedDB/test/unit/bug1056939_profile.zip
2014-11-28 09:44:12 +01:00
Jan-Ivar Bruaroey
fdebc856ec Bug 1087528 - avoid showing (win)id and url twice for peerConnections in about:webrtc. r=jesup 2014-11-28 00:35:48 -05:00
Jan-Ivar Bruaroey
527f8638a0 Bug 1087528: make pc.id settable from chrome content. r=smaug, r=bwc 2014-11-20 14:43:02 -05:00
Mark Goodwin ext:(%2C%20Harsh%20Pathak%20%3Chpathak%40mozilla.com%3E)
b4a931ee98 Bug 1024809 - (OneCRL) Create a blocklist mechanism to revoke intermediate certs. (r=keeler,Unfocused) 2014-11-27 23:36:00 +01:00
James Long
41bb93bca1 Bug 905700 - use Debugger.Source in the debugger backend and reference source actors instead of URLs in the frontend r=fitzgen 2014-11-25 15:02:39 -08:00
Jonathan Kew
77e8aab8b0 Bug 1077515 - part 12 - Remap arrow keys in nsFormFillController so that the caret works properly in vertical-mode <input> elements. r=roc 2014-11-22 14:39:05 +00:00
Chris Peterson
3342985b72 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
Chris Peterson
40ff0404ab Bug 1102131 - Part 2: Collect telemetry about deprecated let blocks and expressions. r=shu
--HG--
extra : rebase_source : 9e0db2c7a2f90545d27e78d46a334dbc27554209
2014-11-15 23:33:33 -08:00
Wes Kocher
628e950175 Merge m-c to inbound a=merge 2014-11-21 16:59:03 -08:00
Bill McCloskey
d97dc04353 Bug 1102635 - [e10s] Handle factory unregistration better in AboutProtocol shim (r=mconley) 2014-11-21 14:01:45 -08:00
Bill McCloskey
28dacf3e1e Bug 1102634 - [e10s] Add pref for add-on shims (r=ally) 2014-11-21 14:01:23 -08:00
Masatoshi Kimura
e98ac733a2 Bug 862655 - Increase a margin number a bit to accommodate the taller title bar on Windows with DWM enabled. r=Enn 2014-11-24 22:18:08 +09:00
Carsten "Tomcat" Book
381b96c627 Merge mozilla-central to mozilla-inbound 2014-11-24 14:16:11 +01:00
Jacek Caban
aaebfd8017 Bug 1102809 - Fixed -Wunused-function warnings found in mingw build. r=mattwoodrow 2014-11-24 11:19:36 +01:00
Carsten "Tomcat" Book
d271b129f2 Backed out changeset 8455b9eef8f8 (bug 1066383) for bustage on a CLOSED TREE 2014-12-22 14:36:02 +01:00
Neil Deakin
6bdf17d15f Bug 1066383, rework custom html menu item handling to support contextmenu attribute in separate process, r=janv,mconley,peterv 2014-12-16 11:21:11 -05:00
Neil Deakin
bf446d189e 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
Ryan VanderMeulen
b066004440 Backed out changesets 34a66a625618, 32db3daa20fe, and ac15ba8568c5 (bug 1102219) for Gaia unit test failures.
--HG--
extra : rebase_source : 0266cc0b2a6568ca653885745f381df8d6d167ec
2014-12-11 11:28:30 -05:00
ziyunfei
43231043f0 Bug 1102219 - Part 3: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2014-12-10 20:50:00 -05:00
Phil Ringnalda
d5d56c0b4b Back out 349c06588bc0 (bug 1076775) for frequent Linux xpcshell test_remove.js failures 2014-12-10 19:05:15 -08:00
Mason Chang
c388ac3cf3 Bug 1080160 - Integrate Composite Times into Telemetry. r=benwa,avih 2014-12-10 18:15:48 -08:00
David Rajchenbach-Teller
3834efffad Bug 1076775 - Implement History.removeHistoryByFilter;r=mak 2014-12-09 17:39:09 +01:00
Jason Orendorff
3adebb6c77 Bug 1103368, part 5 - Make Class::getProperty and setProperty nullable instead of needing stub functions. Never store stub functions in JSPropertyDescriptors. r=bhackett.
--HG--
extra : rebase_source : a44070dd6155426ef6026c1575116f90b5fdac0c
extra : amend_source : 8d8fcf05dfd5fdf214a39501663347a6d6b56463
2014-11-22 12:23:39 -06:00
Carsten "Tomcat" Book
89e7e647c2 Merge mozilla-central to fx-team 2014-11-20 12:22:05 +01:00
Wes Kocher
aa4245a7df Merge m-c to inbound a=merge 2014-11-19 19:04:29 -08:00
Wes Kocher
4cb3f3bc44 Merge actual fx-team (previous merge push was a mislabeled inbound merge) to m-c a=merge 2014-11-19 18:49:45 -08:00
Carsten "Tomcat" Book
4e851e844c Merge mozilla-central to fx-team 2014-11-19 13:52:17 +01:00
Carsten "Tomcat" Book
bfb6af9e21 merge fx-team to mozilla-central a=merge 2014-11-19 13:43:59 +01:00
Patrick Brosset
fbca21254c Bug 1076866 - Rect highlighter; r=bgrins 2014-11-19 11:16:25 +01:00
Arky
739e291f37 Bug 1092345 - Telemetry-keyhistogram-css.patch. r=nfroyd 2014-11-16 16:30:52 +05:30
awake
150e28279c Bug 1091693 - Move history tests folder to proper location. r=Yoric
--HG--
rename : toolkit/components/places/tests/unit/history/head_history.js => toolkit/components/places/tests/history/head_history.js
rename : toolkit/components/places/tests/unit/history/test_remove.js => toolkit/components/places/tests/history/test_remove.js
rename : toolkit/components/places/tests/unit/history/xpcshell.ini => toolkit/components/places/tests/history/xpcshell.ini
2014-11-19 02:46:00 +01:00
Akshendra Pratap
3c2448ea2c Bug 1093021 - Implemented PromiseUtils.defer; r=yoric 2014-11-10 05:52:00 +01:00
Tom Tromey
a93fe9337d Bug 1069661 - add "detail" to timeline markers. r=smaug 2014-11-18 14:39:00 +01:00
Akshendra Pratap
9b396000ec Bug 988826 - Using LongStringActor for exceptionMessage in the evaluateJS response packet. r=past 2014-11-14 11:05:00 +01:00
David Rajchenbach-Teller
e24d4d9ef4 Bug 1090157 - History.remove should block async shutdown. r=mak 2014-11-06 15:24:26 +01:00
Edwin Flores
bcf8b36b27 Bug 1100164 - Fix gmp-clearkey path - r=unfocused 2014-11-20 11:17:47 +13:00
Nicholas Nethercote
1e27181beb Bug 1100219 - Avoid lots of unnecessary string copying in ProtocolParser. r=neil.
--HG--
extra : rebase_source : 7d063de7b5ec312724039c2bf6546758ebc0e2fe
2014-11-18 18:42:43 -08:00
Wes Kocher
a92ba1cf66 Merge m-c to inbound a=merge 2014-11-18 18:37:10 -08:00
Wes Kocher
49ad7fd209 Merge inbound to m-c a=merge 2014-11-18 18:07:51 -08:00
Dave Townsend
eb32040724 Bug 1095128: Make sure add-on updates remain disabled after each browser chrome test. 2014-11-18 09:18:51 -08:00
Carsten "Tomcat" Book
a156113b50 merge mozilla-inbound to mozilla-central a=merge 2014-11-18 17:25:29 +01:00
Carsten "Tomcat" Book
3c4f509d61 Backed out changeset 132909245ca8 (bug 1096494) for causing merge conflicts to m-c 2014-11-18 13:14:15 +01:00
Mike Hommey
e6bc795b4f Bug 1097507 - Make libxul independent of libdmd when DMD is enabled. r=njn
This also effectively changes how DMD is enabled from requiring both
replace-malloc initialization and the DMD environment variable to
requiring only the former. The DMD environment variable can still be
used to specify options, but not to disable entirely.

This however doesn't touch all the parts that do enable DMD by setting
the DMD environment variable to 1, so the code to handle this value
is kept.
2014-11-18 19:21:06 +09:00
Jed Davis
bb4ea7d6bd Bug 1058251 - Make "Save As" work in e10s without "Web Page, complete" mode. r=mconley f=paolo
--HG--
extra : amend_source : 6185bb1dd3e503c46ee2b452b36b64813fd2dc3a
2014-11-18 11:35:47 -08:00
Alexandre Poirot
b99556748b Bug 1094203 - Enable tools if related actor is available. r=jryans 2014-11-12 04:57:00 +01:00
Richard Newman
38702d6746 Bug 1097542 - Use explicit collation in nsSearchService. r=Waldo,adw
On Android, String.prototype.localeCompare ends up calling strcoll(), which results in an undesirable sort order for search engines.

This patch alters nsSearchService to use nsICollation.compareString directly, which should yield a consistent order across all platforms.

We use kCollationCaseInsensitiveAscii, which ignores case on ASCII characters but preserves ordering between accented and non-accented characters. We can revisit this decision if necessary.
2014-11-17 22:21:43 -08:00
Shane Caraveo
63a12e10b3 Bug 1085691, fix notification indicator when browser window in background, r=dolske 2014-11-17 14:48:14 -08:00
Tim Taubert
557a84a874 Bug 1099490 - [e10s] Use nsBrowserStatusFilter in the content to avoid a flood of progress messages being sent to the parent r=billm 2014-11-15 15:58:08 +01:00
Alexandre Poirot
171321dc6c Bug 1091706 - Ensure spawning only one devtools loader instances. r=jryans 2014-11-17 12:47:35 -08:00
Albert Juhe
ace58d5ddf Bug 1059376 - DevTools themes - Update arrow color to match the info bar color; r=bgrins 2014-11-17 08:47:56 -08:00
neil@parkwaycc.co.uk
a30589b943 Bug 579208 - Sizes of some XUL elements changes when lightweight themes are applied. r=dao
--HG--
extra : rebase_source : f2276fef3f0e0be1cc245a3d889ee396f3d45515
2014-11-17 14:27:23 +01:00
Philip Chee
1109702762 Bug 1092826 - Cu. and Ci. is undefined errors in PrintUtils since Bug 1082575 (regression) r=mconley 2014-11-17 14:56:55 +08:00
Phil Ringnalda
26f1e05ec3 Merge f-t to m-c, a=merge 2014-11-15 14:54:36 -08:00
Stephen Pohl
691494b7f8 Bug 1096494: Cleanup package manifest after the v2 signing changes on OSX. r=rstrong 2014-11-18 12:15:03 -05:00
Carsten "Tomcat" Book
6055171260 Merge mozilla-central to mozilla-inbound 2014-11-18 17:32:02 +01:00
Bill McCloskey
59e4faaf60 Bug 1098969 - [e10s] Content policy shim should use category value, not name (r=mconley) 2014-11-18 16:21:00 -08:00
Bill McCloskey
2ec7df6e92 Bug 1075122 - [e10s] Handle nsIWebProgress::DOMWindow not being available (r=ttaubert) 2014-11-18 16:20:59 -08:00
Bill McCloskey
e17d1e87ed Bug 1092156 - [e10s] Don't use compartment-per-addon if window already associated with add-on (r=bholley) 2014-11-18 16:20:59 -08:00
Bill McCloskey
cb042206b6 Bug 1099416 - [e10s] Make sure add-on shims are always enabled (r=ally) 2014-11-18 16:20:59 -08:00
Sid Stamm
c15d072ebe Bug 704320 - Add referrer policy support for nsIWebBrowserPersist and its consumers. (r=jst) 2014-11-18 08:47:14 -05:00
Sid Stamm
7840802ff5 Bug 704320 - apply referrer policies to image loads (r=seth) 2014-11-18 08:46:53 -05:00
Gavin Sharp
4f391e02df Bug 1083990: fix bug that caused deletion of history autocomplete items to temporarily mess up the suggestions dropdown display, r=MattN
--HG--
extra : transplant_source : %02%96%05%2C%CC8%06%B0j%2C%FA%81%F7m%5B%F2%F6%15Y.
2014-10-30 09:00:53 -07:00
David Rajchenbach-Teller
c337661d6d Bug 1044020 - Don't build the Terminator under B2G. r=yoric 2014-11-10 14:55:02 +01:00
David Rajchenbach-Teller
c81e13aed5 Bug 1044020 - Add duration of shutdown phases to Telemetry. r=froydnj 2014-11-10 13:58:14 +01:00
Ryan VanderMeulen
d68cc226d7 Merge inbound to m-c. a=merge 2014-11-14 17:32:39 -05:00
Brian Grinstead
ff85c18fa3 Bug 1093875 - Allow XBL anonymous content inspection inside of an HTML document;r=pbrosset 2014-11-14 08:02:22 -08:00
Steven MacLeod
c94a078753 Bug 1095506 - Clean up and rename kSerializableDownloadProperties. r=paolo
--HG--
extra : rebase_source : 5062b40701f4ebcdadef6a60197e422de51ab119
2014-11-10 20:58:20 -05:00
Steven MacLeod
88a9868f06 Bug 1095506 - Serialize the error object when saving to the store. r=paolo
We now serialize the Download.error property when saving to the store so
that data about error conditions will survive a restart. This is
important for supporting blocked downloads with partial data that could
be unblocked.

--HG--
extra : rebase_source : 8edaff4ddc2efb056bf06e689c7abe6cba72eabf
2014-11-13 12:50:19 -05:00
Gaurav Rai
cd3b29d584 Bug 1075438 - Removed readTo function from two files and fixed read function to work without readTo.Also removed the test for readTo function from mochi and xpcshell tests. r=Yoric 2014-10-27 06:59:00 +01:00
Martin Stransky
9bddd229c3 Bug 858919 - Add support for libnotify calls which was removed for new notification API. r=karlt 2014-11-14 04:04:00 +01:00
Seth Fowler
8272e602b4 Bug 1098202 (Part 1) - Rename imgINotificationObserver handlers to be consistent with the notifications they handle. r=tn
--HG--
extra : rebase_source : 991d277afba4826ed403b74bbcbb9408b3dac0cc
2014-11-17 14:29:56 -08:00
Ryan VanderMeulen
f526c558d1 Merge m-c to inbound. a=merge 2014-11-17 16:28:46 -05:00
Jeff Walden
3192ce34e9 Bug 982856 - De-indent Preferences.jsm contents that are now over-indented. r=Unfocused 2014-11-14 14:02:47 -08:00
Jeff Walden
1f27c7f49d Bug 982856 - Rename Preferences._prefSvc to Preferences._prefBranch to better reflect its meaning. r=Unfocused 2014-11-14 14:02:24 -08:00
Jeff Walden
bc0be1f33a Bug 982856 - Rename Preferences._prefBranch to Preferences._branchStr, so that the preferences branch accessor can use the name instead in a followup patch. r=Unfocused 2014-11-14 13:49:05 -08:00
Jim Mathies
2e08184b54 Bug 1089008 - Enable e10s on Windows when acceleration is disabled. r=Mossop, r=felipe 2014-11-14 10:51:19 -06:00
Cameron McCormack
82ec17ef96 Back out 8be2344dcff3 (bug 1089008) for OS X bustage. 2014-11-14 09:50:54 +11:00
Jim Mathies
3dd23d07e2 Bug 1089008 - Enable e10s on Windows when acceleration is disabled. r=Mossop, r=felipe
--HG--
extra : rebase_source : f24efd7b76e111390de71d74ccace735dc9bbb88
2014-11-13 14:14:51 -06:00
Jan Odvarko
113d163096 Bug 977443 - Implement an actor that defines new actors. r=ochameau 2014-10-03 12:49:00 +01:00
Wes Kocher
08015a7c2d Merge m-c to fx-team a=merge 2014-11-18 18:39:22 -08:00
Robert Strong
a6aceceedd Bug 771940 - '-bin' suffix no longer present on Linux and is no longer needed by app update tests. r=bbondy 2014-11-18 14:04:21 -08:00
Robert Strong
da48288fc4 Windows installer only - Bug 1098897 - Add Win 8.1 to install log. r=bbondy 2014-11-18 14:04:14 -08:00
Robert Strong
fd81a6bed1 Windows installer only - Bug 1100721 - During stub install use the precomplete file to determine files to uninstall instead of the uninstall.log. r=bbondy 2014-11-18 14:04:06 -08:00
Robert Strong
07977fe2e3 Windows installer only - Bug 1098874 - Better handling when requiring a reboot. r=bbondy 2014-11-18 14:03:59 -08:00
Robert Strong
5621e942be Windows installer only - Bug 1100604 - Replace LineFind with custom code in RemovePrecompleteEntries macro. r=bbondy 2014-11-18 14:03:50 -08:00
Robert Strong
166ccb9a50 Windows installer only - Bug 1098677 - During install use the precomplete file to determine files to uninstall instead of the uninstall.log. r=bbondy 2014-11-18 14:03:42 -08:00
Robert Strong
c1ad94cd9a Windows installer only - Bug 1038560 - During uninstall use the precomplete file to determine files to uninstall instead of the uninstall.log. r=bbondy 2014-11-18 14:03:32 -08:00
Chris Pearce
a9c8867440 Bug 1088488 - Add GMPLoader interface to encapsulate loading GMPs, pass that to XRE_InitChildProcess. r=jesup,r=bsmedberg,r=glandium 2014-11-14 21:26:24 +13:00
Nathan Froyd
4dbacebed1 Bug 1099251 - make ChaosMode's behavior modifications more finely-grained selectable; r=roc 2014-11-14 13:12:51 -05:00
Jeff Walden
73c692ef6c Bug 982856 - Make Preferences.jsm not use mutable [[Prototype]]. Special thanks to Edouard Oger for debugging the issue with the initial version of this patch. r=Unfocused 2014-01-31 11:34:43 -08:00
Seth Fowler
c24bf90c44 Bug 1089880 (Part 3) - Use HAS_TRANSPARENCY to handle transparent images nicely in ImageDocument. r=dolske 2014-11-17 11:16:45 -08:00
Stephen Pohl
cffbed374d Bug 1096494: Cleanup package manifest after the v2 signing changes on OSX. r=rstrong 2014-11-17 13:23:12 -05:00
Gian-Carlo Pascutto
a75aa4bfe0 Bug 1031160 - Disable HTTP Keepalive for SafeBrowsing. r=rnewman 2014-11-14 12:55:35 -08:00
Hiroyuki Ikezoe
1eaa29a14c Bug 1097484 - Set browser.urlbar.autoFill.searchEngines false to avoid the failure of xpcshell in comm-central. r=mak 2014-11-13 04:49:00 +02:00
Ryan VanderMeulen
c8a3b159d8 Merge m-c to inbound. a=merge 2014-11-13 15:47:16 -05:00
Ryan VanderMeulen
f177331c14 Merge fx-team to m-c. a=merge 2014-11-13 15:40:39 -05:00
Bobby Holley
e909b02ed6 Bug 1092388 - Clamp the entry and incumbent global to the current global if their principals don't match. r=bz 2014-11-13 11:13:36 -08:00
Nick Fitzgerald
e94753d0c8 Bug 1096739 - Clean up ThreadActor.prototype._setBreakpoint. r=ejpbruel,past 2014-11-13 10:07:18 -08:00
Patrick Brosset
884af473bd Bug 1096575 - Move highlighter.css to toolkit so it is available in other app types; r=paolo
--HG--
rename : browser/themes/shared/devtools/highlighter.css => toolkit/devtools/server/actors/highlighter.css
2014-11-13 18:53:07 +01:00
Richard Marti
f4509efc68 Bug 1096010 - Use the new In-Content background color in contentAreaDownloadsView. r=jaws 2014-11-12 21:09:31 +01:00
Tim Taubert
fe35a9560b Bug 1083462 - Remove the bookmarks cache r=mak 2014-11-11 17:52:31 +01:00
Gijs Kruitbosch
5c945607ea Bug 1097543 - tabpanel style should also override color because windows/linux re-set the color to -moz-dialogtext there, r=dao
--HG--
extra : rebase_source : bc4c63b7c77a37c81003ef43a746ebf7ab5efbd8
2014-11-13 12:30:40 +00:00
Paolo Amadini
4e2d64f102 Bug 1094208 - Part 3 of 3 - Use DOM Promise scheduling in Promise.jsm. r=Yoric 2014-11-13 11:19:08 +00:00
Paolo Amadini
5b22bc4816 Bug 1094208 - Part 2 of 3 - Fix browser_bug562797.js to work with the DOM Promise scheduling. r=Mossop 2014-11-13 11:19:08 +00:00
Paolo Amadini
a055681072 Bug 1096014 - Regression: Unable to complete downloads in Firefox for Android. r=mfinkle 2014-11-13 11:16:04 +00:00
Michael Ratcliffe
3e6df37c93 Bug 1097762 - part 2 - add test for clearing flag histograms; r=froydnj 2014-11-13 10:18:10 -05:00
Carsten "Tomcat" Book
0d3b8c7ab7 Merge mozilla-central to mozilla-inbound 2014-11-13 16:23:31 +01:00
Akshendra Pratap
1cc444bc8e Bug 334050 - Add a test for Places queries against multiple folders. r=mak 2014-11-12 08:11:00 +01:00
Tim Taubert
29ed1e782f Bug 1077652 - Simplify about:newtab page update mechanism and correct behavior to work better with preloading r=gijs 2014-11-07 14:56:30 +01:00
Wes Kocher
5e819608be Merge m-c to fx-team a=merge 2014-11-12 17:28:49 -08:00
Ryan VanderMeulen
aff46d94c6 Merge m-c to inbound. a=merge 2014-11-12 15:52:37 -05:00
Alexandre Poirot
8dcc7892bb Bug 1091706 - Properly create TabActor on non-e10s tabs. r=jryans 2014-11-12 06:01:00 -05:00
Tim Nguyen
bbe0465a10 Bug 1089812 - InContent Prefs: Update the dialog styling to the new specs. r=dao 2014-11-12 08:31:00 -05:00
Carsten "Tomcat" Book
131e1b12f1 Merge mozilla-central to fx-team 2014-11-12 16:15:03 +01:00
Carsten "Tomcat" Book
3cb0c53da2 Backed out changeset ed42b5ee3c94 (bug 1096248) for bc-1 test failures 2014-11-12 13:25:01 +01:00
Nick Fitzgerald
e13c782a26 Bug 1095216 - Fix breakpoints when multiple of the 'same' source are loaded concurrently. r=ejpbruel 2014-11-07 15:21:00 +01:00
Blair McBride
0c9bd6cce5 Bug 1096248 - Disable restyling of autocomplete search page items. r=paolo 2014-11-12 23:24:28 +13:00
Blair McBride
8b93afd63f Bug 1065191 - Add test coverage for the style property of places autocomplete results. r=paolo 2014-11-12 23:03:30 +13:00
Tooru Fujisawa
1baa1a39ee Bug 1096921 - Fix typo in CategoryManagerInterposition.methods.deleteCategoryEntry. r=mconley 2014-11-12 10:18:08 +01:00
Tim Nguyen
eadef9e50c Bug 1022579 - Preferences: Switch help and dropdown glyphs to SVG. r=jaws 2014-11-12 10:16:41 +01:00
Ryan VanderMeulen
a8b4417549 Merge fx-team to m-c. a=merge 2014-11-11 16:43:46 -05:00
Ryan VanderMeulen
cddbed25d7 Backed out changesets 7bfa96b421ea and da9faa259da1 (bug 1095506) for mochitest-bc failures. 2014-11-11 13:43:02 -05:00
Steven MacLeod
6b845d6e74 Bug 1095506 - Clean up and rename kSerializableDownloadProperties. r=paolo
--HG--
extra : rebase_source : 4ac9627e2d8d108e416e50b8746825714ff4e52e
2014-11-10 20:58:20 -05:00