Commit Graph

3259 Commits

Author SHA1 Message Date
Sebastian Hengst
394a2dd441 Bug 1143470 - Add BUG_COMPONENT to moz.build files in toolkit and xulrunner. r=gavin 2015-03-15 19:36:24 +01:00
Nathan Froyd
b252a27930 Bug 1142503 - don't use QueryInterface when the compiler can do the cast for us; r=ehsan
Calling QueryInterface with a statically known IID should typically not
be necessary.  In those cases where it's not, the compiler can do the
cast for us, though we have to supply the reference-counting that
QueryInterface would do.

In passing, several redundant null-checks for the result of |new T| have
been deleted.
2015-03-12 09:43:50 -04:00
Ryan VanderMeulen
ee67ad0d8d Merge inbound to m-c. a=merge 2015-03-12 18:05:45 -04:00
Tim Taubert
7f5745cc9d Bug 1127277 - Default to TYPE_BOOKMARK when no type is given for Bookmarks.insert() r=mak 2015-03-11 14:54:05 +01:00
Jonathan Griffin
d1c61bc9b6 Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
Tooru Fujisawa
fe0cf643e7 Bug 1131107 - Part 13: Do not use non-standard flag argument of String.prototype.replace in toolkit/. r=gavin 2015-03-09 23:02:57 +09:00
Jan de Mooij
fd1677916d Bug 1140334 - Remove __noSuchMethod__ from PlacesUtils.jsm. r=mak
--HG--
extra : rebase_source : 91f82e812b8b16ea1db3f8ce2da02d0b5188b88d
2015-03-07 16:35:07 +01:00
Jon Coppeard
a451fdfd83 Bug 963921 - Clients of the JS API should use JS_DefineElement where appropriate r=smaug 2015-03-02 13:31:15 +00:00
Chris Peterson
aa9e11586f Bug 1133277 - Remove nonstandard let blocks from toolkit/components and modules. r=mak 2015-02-05 22:53:14 -08:00
Christoph Kerschbaumer
f3e352240e Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - callsite updated (r=sicking) 2015-02-19 11:47:59 -08:00
Christoph Kerschbaumer
877495cbba Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - in toolkit/ (r=mmc,mak) 2015-02-17 10:09:50 -08:00
Ryan VanderMeulen
74f80ff51c Merge inbound to m-c. a=merge
CLOSED TREE
2015-02-10 16:03:15 -05:00
Hiroyuki Ikezoe
b5fbff6eba Bug 1129794 - Remove 'firefox-appdir = browser' from places/autocomplete xpcshell test. r=mak 2015-02-04 22:24:00 +01:00
Marco Bonardo
a80de46c11 Bug 1125116 - Remove keywords support from Bookmarks.jsm. r=ttaubert 2015-02-09 17:10:19 +01:00
Tim Taubert
1f16f1b0a0 Bug 1129978 - sed -i '' 's/promiseAddVisits/PlacesTestUtils.addVisits/g' for toolkit/components/places r=mak 2015-02-09 15:01:22 +01:00
Tim Taubert
18b3dd4de2 Bug 1129978 - Replace promiseAddVisits() usage with PlacesTestUtils.addVisits() r=mak 2015-02-05 22:36:55 +01:00
Christoph Kerschbaumer
88e7a2da63 Bug 1126004 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/places -tests (r=mak) 2015-02-06 13:54:45 -08:00
Christoph Kerschbaumer
9cfac9b8c7 Bug 1126004 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/places (r=mak) 2015-02-06 13:54:35 -08:00
Nicholas Nethercote
242708cf72 Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 488e401ff87e31a2074c4108c4df0572d9536667
2015-02-09 14:34:50 -08:00
Andrew McCreight
d3826daa16 Back out Bug 1127201 (part 2) for various problems. 2015-02-06 15:04:32 -08:00
Nicholas Nethercote
d34f0301b8 Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 99182e70335d2b5ff95f8c528ae992d37294be3a
2015-02-04 20:05:36 -08:00
Tim Taubert
f6537476a1 Bug 1094846 - Update head_common.js r=mak 2015-01-23 15:37:10 +01:00
Carsten "Tomcat" Book
fe1587a7ba Merge mozilla-central to fx-team 2015-02-02 13:24:19 +01:00
Hiroyuki Ikezoe
c8a6c32ba9 Bug 1127612 - Remove promiseAsyncUpdates from head.js, use PlacesTestUtils.promiseAsyncUpdates instead. r=mak77 2015-02-01 21:08:00 +01:00
Swapnil R Patil
d674965080 Bug 1085428 - Replaced do_log_info with do_print. r=mak 2015-01-30 22:36:34 +01:00
Mike Hommey
a35dbaeebf Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
--HG--
rename : memory/mozalloc/fallible.h => memory/fallible/fallible.h
2015-02-02 09:56:13 +09:00
Marco Bonardo
1e26430ba7 Bug 1117072 - updatePlaces can mistakenly overwrite typed and hidden attributes of a page. r=ttaubert 2015-01-27 18:36:40 +01:00
Carsten "Tomcat" Book
fecd9f74d6 merge fx-team to mozilla-central a=merge 2015-01-27 15:27:01 +01:00
Tim Taubert
85161fdf1a Bug 1125374 - Let Bookmarks.fetch() support DEFAULT_INDEX r=mak 2015-01-23 23:13:47 +01:00
Ehsan Akhgari
126a9df841 Bug 1118413 - Mark virtual overridden functions as MOZ_OVERRIDE in places; r=mak 2015-01-24 14:51:35 -05:00
Joel Maher
0f75855ee4 Bug 1125958 - test_bug_461710_perwindowpb.html fails when run as a standalone directory. r=ehsan 2015-01-26 16:12:24 -05:00
Ryan VanderMeulen
888bb45716 Backed out changeset 638a3da0cf2f (bug 1123372) for xpcshell failures that appeared after being merged to m-c.
CLOSED TREE
2015-01-22 20:48:51 -05:00
Antonio Ladeia
6b6e649c8d Bug 1123372 - Stop using Date.toLocaleFormat() in Places code. r=mak 2015-01-22 08:10:12 -03:00
Tim Taubert
f517067128 Bug 1113178 - Replace removeAllPages() in toolkit/components/places/ r=mak
--HG--
rename : toolkit/components/places/tests/expiration/test_removeAllPages.js => toolkit/components/places/tests/expiration/test_clearHistory.js
rename : toolkit/components/places/tests/unit/test_history_removeAllPages.js => toolkit/components/places/tests/unit/test_history_clear.js
2015-01-17 19:31:32 +01:00
Tim Taubert
5da982316b Bug 1113178 - Add PlacesTestUtils.clearHistory() r=mak 2015-01-15 20:20:51 +01:00
Hiroyuki Ikezoe
2b91285611 Bug 1118749 - Need promiseAsyncUpdates() before frecencyForUrl. r=mak 2015-01-20 01:13:00 -05: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
anirudhgp
2dda8225f8 Bug 1116600 - Change RegExp constructor to RegExp literal. r=mak 2015-01-15 06:25:00 -05:00
Tim Taubert
aad2b5f41a Bug 1113175 - Implement async History.clear() r=mak 2015-01-13 11:23:16 +01:00
Tim Taubert
526511dde5 Bug 1101553 - Remove nsPIPlacesHistoryListenersNotifier r=mak 2015-01-12 14:39:32 +01:00
Blair McBride
37950e9923 Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo 2015-01-08 22:38:48 +13: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
Marco Bonardo
7b98d880fd Bug 1081108 - Implement reorder in Bookmarks.jsm. r=Mano
--HG--
extra : rebase_source : d9327202388828855c8579646ace390887eadaf6
2014-12-30 21:33:14 +01:00
Mark Hammond
8dc853f068 Bug 1109120 - use a geoip xhr request for more reliable country detection for search. r=gavin 2014-12-23 22:17:12 +11:00
Hiroyuki Ikezoe
45b84ba902 Bug 1071357 - Need yield against checkItem and promiseAsyncUpdates after each importFromFile/exportToFile in test_bookmarks_json.js. r=mak 2014-12-22 02:53:00 +01:00
Hiroyuki Ikezoe
7af10ca767 Bug 1079387 - Need promiseAsyncUpdates after each importFromFile/exportToFile to ensure bookmarks updated. r=mak 2014-12-10 20:38:00 -05:00
Tom Schuster
6847f14b74 Bug 783829 - Make PlacesUtils.nodeAncestors a new generator. r=mak 2014-12-17 00:28:39 +01:00
abdelrhman
3990efb3f1 Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
Wes Kocher
58cb48da88 Merge fx-team to m-c a=merge 2014-12-12 17:18:42 -08:00