Commit Graph

4613 Commits

Author SHA1 Message Date
Gavin Sharp
49bcdf72cf Bug 609952: move logging code into HUDService, r=ddahl, a=beltzner 2010-11-19 15:12:39 -05:00
Gavin Sharp
d7b5791b11 Bug 609950: fix code in the HUDConsoleObserver to properly handle subframes, r=ddahl, feedback=msucan, a=blocking
--HG--
extra : rebase_source : 7a8da9274499eae668b5275ff4c6073820000051
2010-11-18 15:33:27 -05:00
Daniel Richard G
e003c4dec5 Bug 581628. We can end up in situations where mConnection is null due to our use of async proxies that eat error codes. r=sdwilsh, a=bzbarsky 2010-11-19 09:18:08 -05:00
Mark Banner
e75ff29689 Bug 610974 - Ensure places is enabled for places related tests; r=sdwilsh, a=test-only change 2010-11-19 13:23:35 +00:00
Benjamin Smedberg
dd3cf56a97 Bug 602891 part B - Backend support for jetpack-process crashes and crash recovery, r=cjones
On crash, an event will be submitted to the parent with the name "core:process-error" with a context object. If crash reporting is enabled and a crash report is available, the context object will have a .dumpID property which can be used to submit the crash report.

--HG--
extra : rebase_source : d089bb451271999ae3861a83f2b21ba8ec9e0122
2010-11-17 15:57:02 -05:00
Mihai Sucan
65994392a6 Bug 580618: don't use weak references to hold on to hud objects, feedback=ddahl, r=gavin, a=blocking
--HG--
extra : rebase_source : a97e67792a6a4694065ab75e9b83de1516d1d0e9
2010-11-17 14:21:14 -05:00
Gavin Sharp
594d6754f7 Revert accidental change included in aafeff43ea25, a=mistake 2010-11-16 16:45:15 -05:00
David Dahl
a12585e717 Bug 587734: enable the lazy console API added in bug 568629, and hook it up to the Web Console, r=gavin, a=blocking
--HG--
extra : rebase_source : 6006c9be7e1a91748d09397b0ea08a94c0f3968e
2010-11-16 16:34:53 -05:00
Marco Bonardo
a3044835cb Bug 612235 - "Forget about this site" makes Library a zombie.
r=dietrich a=blocking
2010-11-16 18:15:09 +01:00
Serge Gautherie
9ca8577dc1 Bug 611540 - [SeaMonkey] mochitest-plain-5: intermittent test_alerts.html failure "Observer is notified within 15 seconds", leaking to test_alerts_noobserve.html or test_Microformats.html; (Av3a) Add executeSoon(), Remove in-test timeout, Remove cookie in "noobserve" case, Have more (explicit) check messages.
r=roc a=(test only).
2010-11-15 20:58:34 +01:00
Marco Bonardo
a2bf11f58c Bug 612255 - Don't handle duplicate batches in nsPlacesDBFlush.
r+a=sdwilsh
2010-11-15 16:51:46 +01:00
Kyle Huey
8279c6ab21 Backed out changeset 3281b4385e72 2010-11-15 08:37:55 -05:00
Mihai Sucan
1d1270039d Bug 597460: WebConsole scrolls to the top when a filtered network event occurs. r=gavin a=b:betaN 2010-11-15 06:50:30 -05:00
Mihai Sucan
3528ae048c Bug 592442: WebConsole completion throws if more brackets are closed than opened. r=sdwilsh f=ddahl a=b:final 2010-11-15 06:46:38 -05:00
Justin Dolske
7d2761985a Add MORE test debugging for bug 608206. a=afrosdwilsh 2010-11-14 23:42:22 -08:00
Justin Dolske
fa2e524884 Add more test debugging for bug 608206. a=afrosdwilsh 2010-11-14 21:34:05 -08:00
Simon Montagu
5ee7fc30e6 Make the 'More Encodings' submenus non-localizable. Bug 610638, r=emk, a=bsmedberg 2010-11-14 16:41:43 +02:00
Patrick Walton
bcd49c3a7b Bug 597136 - Use the new nsIScriptError2 interface instead of window.onerror to determine the Web Console to which messages should be routed. r=gavin a=blocking2.0:beta8+. 2010-11-13 09:27:52 -04:00
Marco Bonardo
bcd4485c7c Bug 472343 (Part 3) - Merge history and bookmarks batchers.
r=dietrich a=blocking
2010-11-12 22:20:04 +01:00
Marco Bonardo
865d1cfcb3 Bug 472343 (part 2) - Make Places views aware of batches.
r=dietrich sr=vlad a=blocking
2010-11-12 22:20:00 +01:00
Marco Bonardo
7f06b80894 Bug 472343 (part 1) - Make Places results directly handle batches and refreshes.
r?dietrich a=blocking
2010-11-12 22:14:47 +01:00
Marco Bonardo
dd9a21767a Bug 556721 - Fix some CRLF line endings in Places tests.
no-review a=tests-only
2010-11-12 22:14:20 +01:00
Rob Campbell
e09361c9c1 bug 597136 - Remove the HUDService onerror event handler and use the window ID, backed out rev 563c20646a43, a=leaks CLOSED TREE 2010-11-12 10:20:38 -04:00
Patrick Walton
33e82226f6 Bug 597136 - Use the new nsIScriptError2 interface instead of window.onerror to determine the Web Console to which messages should be routed. r=gavin a=blocking2.0:beta8+ 2010-11-12 09:13:00 -04:00
David Dahl
fc0f22790a Bug 568629: add a ConsoleAPI component used to implement window.console object exposed to web content (disabled for the moment), r=gavin/dietrich, sr=jst, a=blocking
--HG--
extra : rebase_source : 9bfe8478039ee16310f9f87da87c66d778739a73
2010-11-09 15:19:19 -05:00
Rob Campbell
9a7e28290a bug 596315 - animate opening and closing, test fix, a=orange 2010-11-10 11:58:39 -05:00
Patrick Walton
0ee04ae1b1 Bug 596315 - Animate the opening and closing of the Web Console, r=dietrich, a=johnath 2010-11-10 11:10:26 -05:00
Rob Campbell
1dccfbc615 Bug 608358 - inspect() and pprint() console helper functions not working on window object, r=gavin, a=blocking2.0 2010-11-10 11:10:25 -05:00
Patrick Walton
a618835000 Bug 607163 - Part 2: Move the Web Console CSS to browser.xul and fix a small ensuing styling regression, r=dao, a=gavin 2010-11-10 11:10:25 -05:00
Chris Jones
52d0f01838 Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking
--HG--
rename : xpcom/glue/nsTArray.cpp => xpcom/glue/nsTArray-inl.h
2010-11-08 20:48:59 -06:00
Mark Finkle
e454956e9e Bug 535538 - searchplugins cannot be found if chrome:// search engine loading is used with flat chrome [r=gavin a=blocking-fennec] 2010-11-04 22:04:19 -04:00
Blake Kaplan
9d1fe775c9 bug 607767 - Fix rewrapping native objects across compartment boundaries. r=jst 2010-10-29 12:49:32 -07:00
Mounir Lamouri
5c01cd49ec Bug 607145 - form.action, button.formAction and input.formAction should be reflected as URL. r=bz a=blocking-b7 2010-10-29 21:49:42 +02:00
Margaret Leibovic
dd63205961 Bug 575561 - External links from within app tabs should always open in new tabs instead of replacing the app tab's page. r=gavin+bz, a=blocking-beta7 2010-10-28 15:00:31 -07:00
Josh Matthews
16c6c3d7dd Bug 482175 - Rely on password manager notifications instead of timeouts in tests. r=dolske a=test-only 2010-10-27 16:56:11 -04:00
Robert O'Callahan
ea93b2367b Backed out changeset ecd1948992eb 2010-10-29 16:07:46 +13:00
Margaret Leibovic
28e7c9718a Bug 575561 - External links from within app tabs should always open in new tabs instead of replacing the app tab's page. r=gavin+bz, a=blocking-beta7 2010-10-28 15:00:31 -07:00
Mounir Lamouri
bcb65c38fa Backed out changeset 81326ef16ae1. a=oranges 2010-10-28 23:48:48 +02:00
Mounir Lamouri
eabccb4aed Bug 607145 - form.action, button.formAction and input.formAction should be reflected as URL. r=bz a=blocking-b7 2010-10-28 22:49:14 +02:00
Mihai Sucan
74badfafd4 Bug 601352 - Console does not scroll expression result into view, r+a=roc 2010-10-28 13:01:37 -03:00
Rob Campbell
de0a8b89ff Bug 599940 - Web Console fails to get results of instanceof correctly, r=mossop, a=beltzner 2010-10-28 13:01:36 -03:00
Justin Dolske
838d9325a9 Bug 575485 - Refactor commonDialog code into a sharable JSM (Part 3, JSM). r=gavin, a=beltzner 2010-10-27 14:16:17 -07:00
Justin Dolske
31c39ff331 Bug 575485 - Refactor commonDialog code into a sharable JSM (Part 2, refactor). r=gavin, a=beltzner 2010-10-27 14:16:17 -07:00
Justin Dolske
2bc44d4e22 Bug 575485 - Refactor commonDialog code into a sharable JSM (Part 1, cleanup). r=gavin, a=beltzner 2010-10-27 14:16:17 -07:00
Shawn Wilsher
d4c2a3fd6a Bug 607469 - IPC-only Crash [@ mozilla::places::History::NotifyVisited]
r=dougt
a=blocking

--HG--
extra : rebase_source : 74fbebfccb8544ef56adb0f66e778372148b0506
2010-10-27 13:14:16 -07:00
Shawn Wilsher
4e205a3fb7 Bug 607309 - Modify nsINavBookmarkObserver::onItemAdded to include the URI
r=mak
sr=mconnor
a=blocking
2010-10-26 17:20:53 -05:00
Mike Hommey
c9b0258029 Backed out changeset 1769b8307bde (bug 575485). a=backout 2010-10-26 12:55:13 +02:00
Mike Hommey
2e54295f95 Backed out changeset a2ef5d0f5052 (bug 575485) 2010-10-26 12:53:50 +02:00
Mike Hommey
cd11a1c4b8 Backed out changeset fc2988ab64e5 (bug 575485) 2010-10-26 12:53:16 +02:00
Justin Dolske
b39adfc14b Bug 575485 - Refactor commonDialog code into a sharable JSM (Part 3, jsm). r=gavin, a=me 2010-10-25 22:45:00 -07:00