Commit Graph

2049 Commits

Author SHA1 Message Date
Ryan VanderMeulen
2754c80515 Backed out changeset 8416c29fecda (bug 834539) for xpcshell failures.
CLOSED TREE
2013-06-18 14:46:00 -04:00
Asaf Romano
82717d4434 Bug 834539 - Replace getPageTitle with an async API. r=mak. sr=gavin. 2013-06-18 19:24:31 +03:00
Marco Bonardo
2f793672fb Bug 769348 - Change selection algorithm for autofilled URLs prefixes.
This new variant limits selection to typed pages and suggests only prefixes that match all of those addresses.
r=paolo
2013-06-10 23:59:15 +02:00
Joey Armstrong
d47bba4871 bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #2). r=mshal 2013-06-10 11:19:28 -04:00
David Zbarsky
bdf2a2f2ed [Bug 879998] Remove some dead code in content/ r=Ms2ger, emk 2013-06-07 14:05:57 -07:00
Raymond Lee
951a7e8902 Bug 865555 - Remove synchronous setCharsetForURI in BI_importJSONNode. r=mak 2013-06-06 09:50:28 +08:00
Andres Hernandez
e89af5938a Bug 854761 - Part 1: Remove previous bookmark calls from PlacesUtils - Toolkit. r=mak 2013-06-04 00:20:11 +08:00
Jeff Walden
bb39a16a0e Bug 794323 - Remove the legacy JSON parsing mode, now that Firefox session store code doesn't need it. r=luke for the JS bits, r=jlebar for the DOM bits, r=mak77 for the browser/toolkit bits
--HG--
extra : rebase_source : b7a422eb52fe8e435143dfcc435d56e4886859e6
2013-05-23 15:28:31 -07:00
Marco Bonardo
98eae44f14 Bug 858377 - Increase time skew to avoid intermittent failure in test_393498.js
Includes some test cleanups
2013-05-31 00:19:33 +02:00
Boris Zbarsky
7392630c95 Bug 877540. Fix remaining unsafe reference hazards in browser code. r=terrence 2013-05-30 17:46:48 -04:00
Marcos Aruj
ae0083f4e5 Bug 860625 - Use asynchronous getCharsetForURI in BookmarkJSONUtils.jsm. r=mak 2013-05-28 14:17:31 +08:00
Andrew McCreight
eb059d91b2 Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug 2013-05-21 16:23:53 -07:00
Mike Shal
994cfe0b6b Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Aryeh Gregor
18866d81dc Bug 867101 - Fix more implicit conversion to already_AddRefed; r=Ms2ger 2013-04-28 14:52:10 +03:00
Ryan VanderMeulen
71f21c93e9 Backed out changeset 1f1f058843cc (bug 860625) for xpcshell failures. 2013-05-20 14:13:09 -04:00
Marcos Aruj
65e3d07ddd Bug 860625 - Use asynchronous getCharsetForURI in BookmarkJSONUtils.jsm. r=mak 2013-05-14 22:01:23 -06:00
Boris Zbarsky
85b06d58a3 Bug 873735 part 2. Change nsIXPConnectJSObjectHolder::GetJSObject to return a JSObject*. r=bholley 2013-05-20 08:44:18 -04:00
Ted Mielczarek
110919af49 bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
Joey Armstrong
2dbf79e9a4 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Gregory Szorc
865b1ce89b Bug 863069 - Part 1: Sort lists in moz.build files; r=mshal 2013-05-03 09:54:45 -07:00
David Zbarsky
924bc89cf4 Bug 867459: Root toolkit/ r=terrence 2013-05-01 18:43:53 -04:00
Joey Armstrong
8e99512c32 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Aryeh Gregor
659b807986 Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger 2013-04-22 14:15:59 +03:00
Raymond Lee
2c0e0f6014 Bug 857429 - Remove and deprecate methods in PlacesUtils.backups, depending on add-on usage. r=mak 2013-04-17 23:48:58 +08:00
Andres Hernandez
8b16b73e14 Bug 855842 - Update calls to PlacesUtils.importJSONNode with BookmarkJSONUtils.importJSONNode. r=mak 2013-04-18 18:32:47 -06:00
Ben Kelly
28135bf977 Bug 847279 - Fix hardcoded path names in mochitests to match relativesrcdir. r=mbrubeck 2013-04-18 10:32:25 -04:00
L. David Baron
257471358c Bug 847279 - Fix incorrect relativesrcdir in other mochitest makefiles. r=mbrubeck 2013-04-18 10:32:25 -04:00
Andres Hernandez
226d5ebacb Bug 854288 - Remove PlaceUtils.restoreBookmarksFromJSONFile in PlacesUtils.jsm. r=mak 2013-04-17 17:47:28 +08:00
Daniel Holbert
05059788e9 backout 8e0af273404e (Bug 847279) for android M-8 orange 2013-04-17 17:13:02 -07:00
Daniel Holbert
e423843dbb backout b1096811620f (Bug 847279) for android M-8 orange 2013-04-17 17:12:10 -07:00
Ben Kelly
80f5568437 Bug 847279 - Fix hardcoded path names in mochitests to match relativesrcdir. r=mbrubeck 2013-04-17 18:00:14 -04:00
L. David Baron
9cad230120 Bug 847279 - Fix incorrect relativesrcdir in other mochitest makefiles. r=mbrubeck 2013-04-17 18:00:14 -04:00
Raymond Lee
97e36a07a6 Bug 855638 - Part 2: Remove previous calls to PlacesUtils.backups and move them to PlacesBackups. r=mak 2013-04-17 14:10:02 +08:00
Raymond Lee
77e95e32b8 Bug 855638 - Part 1: Remove previous calls to PlacesUtils.backups and move them to PlacesBackups. r=mak 2013-04-17 14:08:11 +08:00
Raymond Lee
1cce48e69f Bug 852034 - Replace restoreBookmarksFromJSONFile with importFromFile. r=mano 2013-04-17 13:36:02 +08:00
Mike Shal
77cdb6567d Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
Raymond Lee
31c3e18a5f Bug 855190 - Use new async getCharsetForURI in /toolkit/components/places/tests/unit/test_bookmarks_json.js. r=mak 2013-04-15 12:20:48 +08:00
Raymond Lee
c286322b83 Bug 852032 - Create a PlacesBackups.jsm. r=mak 2013-04-10 17:10:33 +08:00
Nathan Froyd
64d88df1b5 Backout 138ea79ea71a (bug 854288) and aa9b27b090db (bug 852032) for xpcshell bustage on a CLOSED TREE 2013-04-10 17:48:30 -04:00
Raymond Lee
e8abbd3311 Bug 854288 - Remove PlaceUtils.restoreBookmarksFromJSONFile in PlacesUtils.jsm. r=mak 2013-04-10 08:39:26 -04:00
Raymond Lee
75592aa551 Bug 852032 - Create a PlacesBackups.jsm. r=mak 2013-04-10 17:10:33 +08:00
Ryan VanderMeulen
d39b50ee5a Backed out changeset a3bdc9a0259f (bug 854288) for xpcshell failures. 2013-04-10 11:04:41 -04:00
Raymond Lee
9e5cc3efcb Bug 854288 - Remove PlaceUtils.restoreBookmarksFromJSONFile in PlacesUtils.jsm. r=mak 2013-04-10 08:39:26 -04:00
Raymond Lee
18100bf181 Bug 852041 - Part 1: Use BookmarkJSONUtils.exportToFile in browser and toolkit components. r=mano 2013-04-09 16:23:40 +08:00
Raymond Lee
90304860bc Bug 854927 - Remove callback from new async getCharsetForURI in PlacesUtils. r=mak 2013-04-05 01:32:27 +08:00
Ben Turner
e850a70025 Bug 857376 - 'Use 2k page_size for databases on B2G'. r=mak, sr=mossop. 2013-04-04 17:14:46 -07:00
Kyle Machulis
5aa83c3e11 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
c79ccc0693 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
a59d40f143 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Raymond Lee
f1d6807807 Bug 852040 - Apply use of BookmarkJSONUtils.importFromURL r=mbrubeck
--HG--
extra : rebase_source : 0b1a99da2455b86fce5aeae991d3f3384336e596
2013-03-22 13:08:03 +08:00