Commit Graph

3076 Commits

Author SHA1 Message Date
Shawn Wilsher
849defeaa0 Bug 606966 - Need an async history visit API exposed to JS
Part 5 - Add a new constructor to VisitData that takes a URI and automatically
obtains the spec and the reversed hostname.  Also add a method to set the
transition type that also sets the hidden flag and the typed flag accordingly.
Finally, update all the code that sets this stuff manually to use the new
helper methods.
r=dietrich
a=blocking
2011-01-11 10:34:04 -08:00
Shawn Wilsher
5a5c230227 Bug 606966 - Need an async history visit API exposed to JS
Part 4 - Refactor hidden flag logic into a helper method.
r=mak
a=blocking
2011-01-11 10:26:44 -08:00
Shawn Wilsher
bf73ed9554 Bug 606966 - Need an async history visit API exposed to JS
Part 2 - Refactor tests and add a run_next_test method in head_common.js
r=mak
a=blocking
2011-01-11 10:19:19 -08:00
Marco Bonardo
9af4bd6c3f Bug 609286 (Part 2) - Detect a corrupt Places.sqlite and replace the database on next startup.
r=dietrich a=blocking
2011-01-10 19:57:24 +01:00
Marco Bonardo
d231ebd457 Bug 609286 (Part 1) - Detect corrupt places.sqlite and replace it on next startup.
r=dietrich a=blocker
2011-01-10 19:54:49 +01:00
Marco Bonardo
ece84561f1 Bug 615992 - IsBookmarked can lock for each onVisit call.
r=sdwilsh a=blocking
2010-12-20 18:21:49 +01:00
Justin Dolske
820f319aec Fix and reenable test from bug bug 620145. a=bustage 2011-01-07 19:47:21 -08:00
Justin Dolske
d80f152347 Disable test from bug 620145, as it doesn't seem to work. Patch seems ok, though. a=bustage 2011-01-07 19:09:43 -08:00
Neil Deakin
2552d11f4d Bug 620145 - Prompt for gmail message with no text has to be focused (clicked on) before ok-ing (or canceling). r=smaug, a=blocking 2011-01-06 11:05:00 -08:00
Kyle Huey
9a72e3a4ed Bug 619644: Followup to address test review comment. a=test-only DONTBUILD
--HG--
extra : rebase_source : 1bd79ec0948a3f90d623f56c67e812875594921e
2011-01-07 14:10:12 -05:00
Joe Walker
a97102da8c Bug 619910 - Misplaced autocomplete suggestions when typing a command in a new line; f=mihai.sucan r=gavin.sharp approval2.0=gavin.sharp 2010-12-21 09:31:31 +00:00
Mihai Sucan
6bafd4e33d Bug 603625 - Network Panel heading alignment; f=pwalton r=dao a=gavin.sharp 2011-01-04 11:47:34 -06:00
Mihai Sucan
b933f06cd3 Bug 602572 - Log request and response bodies checkbox issues in Web Console; f=rcampbell r=dolske a=final+ 2011-01-04 11:33:12 -06:00
Mihai Sucan
dc590f2554 Bug 613364 - javascript strict errors fail to show; f=ddahl r=gavin.sharp a=blocking2.0+ 2011-01-04 11:32:44 -06:00
Mihai Sucan
c27b420c88 Bug 614793 - Web console window should automatically scroll to display results a=test-only-fix r=ddahl 2011-01-04 11:31:57 -06:00
Mihai Sucan
f421f55a98 Bug 618344 - Web Console pprint() command should display something useful for functions; f=rcampbell r=sdwilsh a=gavin.sharp 2011-01-04 11:31:48 -06:00
Mihai Sucan
bf37e8952f Bug 620875 - Intermittent browser_webconsole_bug_595934_message_categories.js | Test timed out followed by failures to give up and stop running; r=sdwilsh a=sdwilsh 2011-01-04 11:30:31 -06:00
Brad Lassey
83ceb4df00 bug 622684 - updates should not be downloaded to "<sdcard>/downloads" r=mbrubeck a=blocking-fennec 2011-01-03 17:32:57 -05:00
Kyle Huey
b431e1861c Bug 619644: Stop ESC from propagating through a tab-modal prompt. r=dolske a=b:betaN 2010-12-31 21:57:56 -05:00
Olli Pettay
cfca716489 Bug 618183 - TypeAheadFind object is kept alive too long, r=jst, a=blocking 2010-12-29 10:11:26 +02:00
Felipe Gomes
a948862a2e Bug 559992. Implement a caching mechanism for the contentprefs service and use it to retrieve page-specific zoom values, avoiding zoom flicker with back/forward navigation. r=gavin sr=vlad a=blocking-betaN 2010-12-28 12:45:04 -08:00
Felipe Gomes
06d6420f9c Back out 435b65622b7b due to orange. a=backout 2010-12-28 12:09:37 -08:00
Felipe Gomes
dc95908515 Bug 559992. Implement a caching mechanism for the contentprefs service and use it to retrieve page-specific zoom values, avoiding zoom flicker with back/forward navigation. r=gavin sr=vlad a=blocking-betaN 2010-12-28 11:05:08 -08:00
Jacek Caban
939c9b44bc Bug 619902 - Landing 617111 broke crosscompiling to Windows on case-sensitive OSes r+a=sdwilsh 2010-12-26 22:33:57 +00:00
Mihai Sucan
b409cdbd95 Bug 611789 - Web Console cleanup: Remove the window registry; f=rcampbell r=sdwilsh a=blocking2.0 2010-12-23 13:07:03 -04:00
Patrick Walton
cb40fc1d90 Bug 605621 - Web Console output box should be reskinned - part 1; f=mihai.sucan r=sdwilsh a=blocking2.0
--HG--
rename : toolkit/components/console/hudservice/tests/browser/browser_webconsole_bug_586142_insert_newlines.js => toolkit/components/console/hudservice/tests/browser/browser_webconsole_copying_multiple_messages_inserts_newlines_in_between.js
2010-12-23 11:59:19 -04:00
timeless@mozdev.org
728be11de3 Bug 620305 - Crash [@ nsNavHistory::GetStringFromName] when GetBundle() fails.
r=mak a=sdwilsh
2010-12-22 19:26:15 +01:00
Ginn Chen
42fe2495ae Bug 620342 test_annos_expire_policy.js uses uninitialized variable r=mano a=testing only 2010-12-22 10:40:36 +08:00
Ms2ger
b53eee1876 Bug 620375 - Wrongly ordered members in History::History() constructor; r+a=sdwilsh 2010-12-21 15:03:01 -08:00
Ms2ger
1af962fee7 Bug 620367 - Fix unused variable warning in InsertVisitedURI::AddVisit; r+a=sdwilsh 2010-12-21 15:03:01 -08:00
Mihai Sucan
aa24f5ac6b Bug 603750 - nsWebSocket connection failure messages do not show in the Web Console; r=bzbarsky approval2.0=jst 2010-12-21 13:05:34 -04:00
Ms2ger
3f1062ca23 Bug 620365 - Remove unused GetAgeInDays; r=mak a=sdwilsh 2010-12-20 10:39:42 -08:00
Mihai Sucan
6af7fd5fc9 Bug 603706 - Need a way to track the originating window for all nsIConsoleMessages; r=joe,bzbarsky, a=blocking2.0 2010-12-20 12:21:59 -04:00
Mihai Sucan
432a636035 Bug 606498 - Make sure the new nsIScriptError2 is used in all possible places- part 4; r=bzbarsky,dbaron,mrbkap sr=jst a=blocking2.0 2010-12-20 12:21:59 -04:00
Phil Ringnalda
79b29477df Bug 619623 - reorder the parts of the error messages so tbpl can spot the filename, r=sdwilsh, a=test 2010-12-18 19:30:46 -08:00
Ehsan Akhgari
f2b63e0091 Bug 527935 - Part 2: Fix some unit tests to deal with the changes in the input event; r=dolske a=blocking-final+ 2010-12-17 14:47:09 -08:00
Mounir Lamouri
52252843d8 Bug 559309 - Add autocomplete tests for new input types. rs=sicking a=tests
--HG--
extra : rebase_source : 3d2f6ccd6155c8f6f0304d94e19fc071822998a7
2010-12-17 18:03:56 -08:00
Mounir Lamouri
bb1eaf03a1 Bug 598092 - Autocomplete should not remember form values if the submit is stopped due to HTML5 validation. r+a=sicking
--HG--
extra : rebase_source : a73d81bb3bd0f67b23b54db39f74611a88ef90b6
2010-12-16 12:13:02 -08:00
Marco Bonardo
0ff27c2b48 Bug 619672 - Perma-Orange on Thunderbird Linux | TEST-UNEXPECTED-FAIL | test_redirectsMode.js followed by head_queries.js | 5 == 3; r+a=sdwilsh 2010-12-16 22:14:57 +00:00
Patrick Walton
854e11fad1 Bug 618889 - Web Console doesn't animate away when you click the close button; f=mihai.sucan r=sdwilsh approval2.0=gavin.sharp 2010-12-14 10:52:37 -08:00
Mihai Sucan
d82da2ea64 Bug 598357 - use toSource() instead of toString() for some types of output in the Console; f=rcampbell r=gavin.sharp, a=blocking2.0 2010-12-14 10:51:16 -08:00
Mark Banner
4598a96cc3 Bug 619659 nsPlacesAutoComplete.js depends on nsIPrivateBrowsingService being implemented (Perma Orange for Non-FF apps) - cope with the private browsing service not being there. r=mak a=Unit test bustage fix for non-Firefox apps. 2010-12-16 14:38:58 +00:00
Mark Banner
24761a5aa0 Bustage fix follow-up to places landing, add missing include for non-IPC builds. a=bustage fix 2010-12-16 08:10:27 +00:00
Marco Bonardo
a5f29ffa26 Bug 523578 - Disable test_redirectsMode.js on Windows until it will behave better on this platform.
a=orange
2010-12-15 16:49:10 -08:00
Shawn Wilsher
ade39d2c6a Merge mozilla-central to Places. 2010-12-13 15:08:04 -08:00
Marco Bonardo
8affb140a1 Backout bug 615991, since it did not bring the expected results.
a=sdwilsh-over-irc
2010-12-09 21:15:37 +01:00
Marco Bonardo
6ab1f9ae8f Bug 607894 - Tab matches always appear before normal history results.
r=sdwilsh a=blocking
2010-12-09 12:17:17 +01:00
Shawn Wilsher
7431929447 Bug 617111 - Avoid initializing NSS at all costs (ts regression)
r=dietrich
2010-12-07 09:27:40 -08:00
Shawn Wilsher
2ed7d826a8 Merge mozilla-central into Places 2010-12-06 09:48:54 -08:00
Wolfgang Rosenauer
e01eb85f17 Bug 617000 - webconsole doesn't load for firefox-on-xulrunner setups. r+a20=gavin 2010-12-06 16:15:50 +01:00