Commit Graph

2885 Commits

Author SHA1 Message Date
Mihai Sucan
9ba9b188c8 Bug 589162 - CSS filtering on the console does not work r=sdwilsh a=betaN 2010-09-09 09:00:41 -07:00
Patrick Walton
7cd372f55d Bug 586388 - Provide Select All context menu in HUD Console r=dietrch a=dietrich 2010-09-09 09:00:34 -07:00
Zack Weinberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
e4c76eccb0 Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6
This was generated with the command:

LC_ALL=C grep -irlEZe '[-_]moz[-_]border[-_]radius([-_](top|bottom)(right|left))?' * | xargs -0 perl -pi -e \
    's/-moz-border-radius-(top|bottom)(left|right)/border-${1}-${2}-radius/gi;
     s/_moz_border_radius_(top|bottom)Right/border_${1}_right_radius/g;
     s/_moz_border_radius_(top|bottom)Left/border_${1}_left_radius/g;
     s/-moz-border-radius/border-radius/gi;
     s/_moz_border_radius/border_radius/g;'
2010-09-09 08:21:47 -07:00
Marco Bonardo
1d84fc10b1 Backed out changeset a2107d95a1fd 2010-09-09 13:28:47 +02:00
Marco Bonardo
24c379f2a3 bug 563738 (part1) - Add missing information to the URLFormatter. r=dietrich a=blocking 2010-09-09 12:20:07 +02:00
Robert Sayre
edb7aca0d0 merge mozilla-central to tracemonkey. 2010-09-08 10:33:07 -04:00
Robert Sayre
357a4a6366 Merge mozilla-central to tracemonkey. 2010-09-01 22:27:07 -07:00
Taras Glek
f849918830 Bug 581606 - Avoid sqlite fragmentation via SQLITE_FCNTL_CHUNK_SIZE r=asuth sr=shaver a=b6 2010-09-01 20:35:46 -05:00
Patrick Walton
772e7609d5 Bug 588118 - Web Console error messages display the wrong line number r=sdwilsh a=bloking2.0 2010-09-01 12:56:10 -07:00
Julian Viereck
6ae4aeb701 Bug 588533 - Fix failing test for response body on Linux r=ddahl a=test-only-fix 2010-09-01 12:56:03 -07:00
Julian Viereck
ebdd399ac3 Bug 592264 - WebConsole: Error in RL_onDataAvailable NS_BINDING_ABORTED r=sdwilsh a=sdwilsh 2010-09-01 12:55:59 -07:00
Marco Bonardo
4b46ab440a bug 563738 (part 1.5) - fix a typo in URLFormatter and test it. r=gavin a=blocking 2010-09-11 09:45:06 +02:00
Robert Kaiser
fae3c45278 Bug 593328 - Only build hudservice for Firefox. r=khuey a2.0=noptb 2010-09-11 06:21:14 +02:00
David Dahl
a5e8f13825 Backed out changeset da5a386a0346 a=sheriff 2010-09-10 19:31:56 -07:00
David Dahl
685e5f1714 Bug 592879 - Detect and warn users that the current window.console API is third party r=dietrich a=beta6+ 2010-09-10 17:15:48 -07:00
Mounir Lamouri
da85676a58 Bug 595067 - Items showed in list dropdown should be filtered with the current field value by default and an attribute should disable that. r+a=sicking 2010-09-10 23:40:18 +02:00
Joe Walker
0f8cb96362 Bug 588014 - Format clickable output to look like being clickable, r+a=dietrich 2010-09-07 23:37:47 +01:00
Patrick Walton
9aeb811593 Bug 580454 - Localize console timestamps, r+a=dietrich 2010-09-10 15:08:05 -03:00
Mihai Sucan
c53281fc3d Bug 593003 - WebConsole: iFrames can get associated to wrong HUD, r=gavin, a=blocking2.0 2010-09-10 15:08:05 -03:00
Patrick Walton
4d87b6ee47 Bug 586388 - Provide Select All context menu in HUD Console, r+a=dietrich 2010-09-10 15:08:05 -03:00
Joel Maher
161d8ae5ae Bug 591325 Fix regression due to relativesrcdir landing in xpchsell test, continued cleanup in chrome tets r=ctalbert a=NPOTB 2010-09-10 10:20:38 -07:00
Doug Turner
b7cbcd4e41 Backed out changeset 38b763292cb1. MacOS doesn't support E10S tests. a=bah 2010-09-03 22:56:49 -07:00
Alon Zakai
e5f6158a5a 584842 - E10s nsIContentPrefService remoting implementation r=myk, a=blocking-fennec 2010-09-03 21:48:17 -07:00
Patrick Walton
e15d159819 Bug 592410 - WebConsole: Reloading page while requests are not done causes exception r=sdwilsh a=gavin.sharp 2010-09-02 14:30:48 -07:00
Julian Viereck
85440a9356 Bug 575789: Implements helper $, 2519, clear, keys, values, inspect and pprint. r=sdwilsh a=beta6+ 2010-09-02 14:30:45 -07:00
Rob Campbell
d2220d2d65 Backout of bug 575789 and bug 589089 due to oranges, a=#developers 2010-08-31 17:04:23 -03:00
Julian Viereck
78adc5dd3d Bug 589089 - NetworkPanel: Show hint if response content-type can't be displayed, r=sdwilsh, a=blocking2.0 2010-08-31 14:31:48 -03:00
Julian Viereck
fa4d41f45b Bug 575789 - JSTerm: helper functions, r=sdwilsh, a=blocking2.0 2010-08-31 14:31:48 -03:00
Serge Gautherie
1293e54bbf Bug 589611 - [SeaMonkey 2.1, mochitest-browser-chrome] browser_visituri_privatebrowsing.js:64 - TypeError: Cc['@mozilla.org/privatebrowsing;1'] is undefined; (Av1) Skip this test when PB service is not available.
r=sdwilsh (a=test only).
2010-08-31 04:41:42 +02:00
Robert Sayre
abe80b4593 Merge mozilla-central to tracemonkey. CLOSED TREE 2010-08-31 10:24:22 -07:00
Robert Sayre
fa6b5c8801 Merge mozilla-central to tracemonkey. 2010-08-29 01:40:40 -04:00
Rob Campbell
09c3eaf639 backing out bugs 587574, 588540, 573103, 568634 to clear leaks, a=#developers 2010-08-28 14:51:40 -03:00
Julian Viereck
c6e6c890ae Bug 587574 - Display cached content in the NetworkPanel, r=sdwilsh, a=blocking2.0 (beta5) 2010-08-28 13:07:42 -03:00
Julian Viereck
3c2e086cd1 Bug 588540 - NetworkPanel: Display submitted form data formated, r=sdwilsh, a=sdwilsh 2010-08-28 13:07:42 -03:00
Julian Viereck
a30a8f456b Bug 573103 - Implement WebConsole Network Panel, r=dietrich, a=blocking2.0 (beta5) 2010-08-13 12:14:01 +02:00
Julian Viereck
efa9802440 Bug 568634 - Update networking log entries with subsequent http transactions, r=sdwilsh, a=blocking2.0, beta5 2010-08-13 12:13:32 +02:00
Marco Bonardo
5652bfc359 Bug 590081 - keywords matching is no longer case insensitive. r=dietrich a=blocking 2010-08-27 22:44:05 -07:00
Patrick Walton
f78f8c9b7e Bug 585237 - Limit the number of lines displayed in the Web Console. r=sdwilsh a=blocking2.0+ 2010-09-08 17:08:58 -07:00
Patrick Walton
1c699544d4 Bug 588967 - Console input field doesn't resize r=dietrich a=dietrich 2010-09-08 17:08:49 -07:00
Patrick Walton
737d91a5cb Bug 581231 - Part 4: Add the Close button to the Web Console and style it on the Mac. r=dietrich a=dietrich 2010-09-08 17:08:42 -07:00
Patrick Walton
b6e0bcffd5 Bug 581231 - Part 2: Add the Close button to the Web Console and style it on the Mac. r=dietrich a=dietrich 2010-09-08 17:08:29 -07:00
Patrick Walton
578e14f50c Bug 581231 - Part 1: Surround the Web Console's input field in a containing hbox r=dietrich a=dietrich 2010-09-08 17:08:23 -07:00
Dan Witte
ca321bb701 Merge e10s -> m-c. 2010-09-07 15:34:44 -07:00
Alon Zakai
f580035da5 Bug 584842 - nsIContentPrefService remoting. r=myk a=blocking-fennec=2.0b1 2010-09-07 12:16:43 -07:00
Dan Witte
835b8ad761 Bug 575357 - nsNavHistory::VacuumDatabase should check if vacuum succeeded. r=mak, a=final+ 2010-08-31 19:36:02 -07:00
Marco Bonardo
0054893ef4 Bug 580892 - Checking 'clear history when minefield closes' is not clearing cache on shutdown. r=sdwilsh a=blocking 2010-08-27 21:24:54 -04:00
Gavin Sharp
b2536d0df5 Bug 587691: need a way to access the original default engine (the normal "defaultEngine" can change if the original is hidden by the user), r=Ryan, a=blocker 2010-08-20 17:40:16 -04:00
David Dahl
db2f45a1bd Bug 591008 - browser_HUDServiceTestsAll.js | image is logged - Didn't expect -1, but got it r=sdwilsh a=sdwilsh 2010-08-27 13:25:28 -07:00
Patrick Walton
b1a3a60dbf Bug 588730 - Adding text nodes to the Web Console causes warnings r=dietrich a=blocking2.0 2010-08-27 13:25:23 -07:00
Joel Maher
b61eda4b1d Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB 2010-08-26 14:47:28 -07:00
Julian Viereck
216f553163 Bug 587573 - Log image requests to the WebConsole r=sdwilsh a=blocking2.0 2010-08-26 09:49:28 -07:00
Jeff Walden
04a95a7188 Bug 564621, bug 582077 - JSON.parse shouldn't allow {"a" : "b",} or [1,]. But, because Firefox's bookmarks "JSON" generation has historically generated invalid JSON (it no longer does, see bug 505656), preserve a "legacy" mode of parsing that can be used to load bookmarks.json files (at least until we no longer support migration from Firefox <4 profiles :-) ). r=sayrer 2010-07-14 13:48:36 -05:00
Marco Bonardo
5f01872653 Bug 585969 - getBookmarkedURIFor should not try to add new pages. r+a=sdwilsh 2010-08-26 12:19:34 +02:00
Dão Gottwald
fd001ecdb0 Bug 590053 - Rename headsUpDisplay.css to webConsole.css. r=gavin
--HG--
rename : toolkit/themes/gnomestripe/global/headsUpDisplay.css => toolkit/themes/gnomestripe/global/webConsole.css
rename : toolkit/themes/pinstripe/global/headsUpDisplay.css => toolkit/themes/pinstripe/global/webConsole.css
rename : toolkit/themes/winstripe/global/headsUpDisplay.css => toolkit/themes/winstripe/global/webConsole.css
extra : rebase_source : df2660db02f2ec5ba7694731a9a30320b9aab9ba
2010-08-25 20:03:28 +02:00
Drew Willcoxon
c600391d65 Bug 575609 - "Switch to Tab" autocomplete entries should have icon decorations (star, magnifier glass, et al.) like other entries. r=gavin, a=blocking-final 2010-08-25 21:01:22 -07:00
Clint Talbert
1afdc1b8df Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
2010-08-25 14:03:44 -07:00
Joel Maher
51fff79f07 Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field 2010-08-25 11:47:39 -07:00
Joel Maher
ce269022ab Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert 2010-08-24 10:29:34 -07:00
Alex Pakhotin
9ab3e84f95 Bug 569402 - Show notifications in the Status Bar on Android r=blassey a=blocking-fennec 2010-06-14 19:17:37 -07:00
Julian Viereck
2cfc46ae46 Bug 591008 - try again to fix orange from "image is logged - Didn't expect -1, but got it", r=ddahl, a=orange 2010-08-28 09:26:00 -07:00
Julian Viereck
02b3e1994e Bug 587574 - Display cached content in the NetworkPanel, r=sdwilsh, a=blocking2.0 (beta5) 2010-08-28 21:31:49 -07:00
Julian Viereck
0f46f160ba Bug 588540 - NetworkPanel: Display submitted form data formated, r=sdwilsh, a=sdwilsh 2010-08-28 21:31:33 -07:00
Julian Viereck
0f36d719e3 Bug 573103 - Implement WebConsole Network Panel, r=dietrich, a=blocking2.0 (beta5) 2010-08-28 21:31:12 -07:00
Julian Viereck
7343896533 Bug 568634 - Update networking log entries with subsequent http transactions, r=sdwilsh, a=blocking2.0, beta5 2010-08-28 21:30:49 -07:00
Mehdi Mulani
96c3eaa6ab Bug 251431: about:config doesn't show new prefs while filter is applied. r=neil, a=sdwilsh 2010-08-23 10:23:54 -07:00
Rob Campbell
fe68f885cb bug 587617 - Backed out changeset 6d8a749a3c57, a=#developers 2010-08-23 11:58:56 -03:00
Mihai Sucan
1a1545a42c bug 587617 - Can't select text in the output of the WebConsole, r+a=dietrich 2010-08-23 10:44:12 -03:00
Oleg Romashin
0f19ac28e4 Bug 588449 - Fennec on Linux/Qt on N900 bustage. r=doug.turner a=npodb 2010-08-20 18:03:57 -07:00
Jonas Sicking
cbc0676504 Backout bugs 586754, 574189, 584611 due to orange. a=backout 2010-08-20 11:08:43 -07:00
Joel Maher
6763342e81 Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB 2010-08-20 09:32:58 -07:00
Joel Maher
978a4a1ad2 Bug 574189 - Fix chrome tests so they can run from a .jar bundle (e10s, android) r=ctalbert a=NPOTB 2010-08-20 09:28:13 -07:00
Patrick Walton
c62ab1f657 Bug 582400 - Move the Clear button in the Web Console to a context menu. r+a=dietrich ui-r=limi 2010-08-10 15:04:36 -07:00
Mounir Lamouri
dae4efaef8 Bug 566128 (3/3) - Fix password manager. r=gavin.sharp a2.0=blocking 2010-08-19 23:56:03 +02:00
Shawn Wilsher
f85cdd7d11 Backed out changeset 8caf58f301b2 (bug 178506 - save original last-modified date on file downloads) since it is no longer the right thing to do.
a=shaver (via irc)
2010-08-19 08:22:02 -07:00
Patrick Walton
5f87e8bd33 Bug 583359 - Filter options on the Web Console should filter all messages. Part 4 r=dietrich a=blocking2.0 2010-08-18 16:54:02 -07:00
Patrick Walton
9657eb463e Bug 583359 - Filter options on the Web Console should filter all messages. Part 3: Remove the old filtering logic in the Web Console r=dietrich a=blocking2.0 2010-08-18 16:53:57 -07:00
Patrick Walton
02b882302d Bug 583359 - Filter options on the Web Console should filter all messages. Part 2: Make string filtering live in the Web Console r=dietrich a=blocking2.0 2010-08-18 16:53:53 -07:00
Patrick Walton
d0b6646f67 Bug 583359 - Filter options on the Web Console should filter all messages. Part 1: Implement live filtering for the category checkboxes on the Web Console r=dietrich a=blocking2.0 2010-08-18 16:53:49 -07:00
Julian Viereck
4cd62e9db3 Bug 573102 - JS/DOM Object Introspector; r=gavin.sharp a=beta5+ 2010-08-17 14:55:47 -07:00
Benjamin Stover
1649a879ae Bug 552828 - update Form History to work with Electrolysis: don't use preference branches [r=dolske] 2010-08-16 21:10:39 -07:00
Benjamin Stover
157f63a272 Bug 552828 - update Form History to work with Electrolysis: use frame script unload event [r=dolske] 2010-08-16 21:10:37 -07:00
Benjamin Stover
b67eb1a272 Bug 552828 - update Form History to work with Electrolysis [r=dolske] 2010-08-16 21:10:36 -07:00
Gavin Sharp
c0ae171f24 Bug 586821 - Add affiliate URL queries to location bar search r,a=jst
--HG--
rename : toolkit/components/search/nsIBrowserSearchService.idl => netwerk/base/public/nsIBrowserSearchService.idl
extra : rebase_source : 77a06966db94e05fafdcb152bb6d5f40bef350ee
2010-08-14 18:15:21 +02:00
Marco Bonardo
3701723caa Merge backout 2010-08-14 09:57:09 +02:00
Marco Bonardo
80172e37a6 Backed out changeset dfd35987dd82 (WAL journaling - bug 573492) due to Ts regressions 2010-08-14 09:56:19 +02:00
Dan Witte
53a5ef6fe9 Merge mozilla-central -> e10s. 2010-08-13 21:24:11 -07:00
Benjamin Stover
bbad32096a Bug 586740 - Microformats test leak fix. r=kaply 2010-08-13 18:40:13 -07:00
Marco Bonardo
0d6b44d30c Bug 573492 - Use WAL journaling for places.sqlite. r=sdwilsh a=blocking 2010-08-13 21:04:24 +02:00
Rob Campbell
7d62e24634 backout bugs 586514, 573102, 585195. a=bsmedberg 2010-08-13 15:49:56 -03:00
Julian Viereck
c5e5bb13eb Bug 573102 - JS/DOM Object Introspector, r=dietrich, a=blocking 2010-08-13 14:36:05 -03:00
Patrick Walton
9f57b40628 Bug 586514 - Web Console should be 100% XUL, r+a=dietrich 2010-08-13 14:36:05 -03:00
Marco Bonardo
49550d2b5c Bug 546253 - moz_openpages_temp table needs to describe pages that may not be in moz_places. r=sdwilsh a=blocking 2010-08-13 21:53:05 -04:00
Robert Sayre
f80324a33f Merge tracemonkey to mozilla-central. 2010-08-13 12:45:44 -07:00
Robert Sayre
ff3fd8aeaf Merge mozilla-central to tracemonkey. 2010-08-12 10:12:04 -07:00
Marco Bonardo
618e76a12c Bug 585966 - Async-sync contentions when adding new pages ("19 constraint failed" error). r=sdwilsh a=blocking 2010-08-12 12:28:04 +02:00
Robert Sayre
aa649b9ff3 Merge mozilla-central to tracemonkey. 2010-08-10 17:03:08 -07:00
Robert Sayre
fc8cf1e11d Merge mozilla-central to tracemonkey. 2010-08-10 15:41:49 -07:00
Julian Viereck
c0a7707a45 Bug 576642 - JSTerm: expanding/shrinking inputNode, r=enndeakin, a=bsmedberg 2010-08-10 19:04:43 -03:00
Marco Bonardo
11be4ff865 Bug 572030 - Use a memory cache for keywords associations. r=dietrich a=sdwilsh 2010-08-09 17:59:43 +02:00
Marco Bonardo
19f9749d25 Bug 584731 - new History.cpp should check aReason for HandleCompletion. r=sdwilsh a=blocking 2010-08-06 17:42:53 +02:00
Doug Turner
7c50d1ab8c Merge from e10s clone. a=dougt 2010-08-10 18:33:38 -07:00
Michael Wu
953d3c4563 Bug 556644 - 3. Let the browser reset bookmarks from the omnijar, r=sdwilsh sr=vlad a=blocking2.0 2010-08-10 15:15:26 -07:00
Mihai Sucan
9a49b55e33 Disabling test from Bug 574036 - HUD Console should allow copying text, r=mossop 2010-08-10 13:13:04 -03:00
Marco Bonardo
f4f48e0c16 Backed out changeset e0c443c09d67 2010-08-10 17:41:13 +02:00
Marco Bonardo
130ddcb53e Bug 584731 - new History.cpp should check aReason for HandleCompletion. r=sdwilsh a=blocking 2010-08-06 17:42:53 +02:00
Mihai Sucan
236913e367 Bug 583464 - HeadsUpDisplay.clearConsoleOutput() fails 2010-08-10 09:41:59 -03:00
Mihai Sucan
a6d906ab11 Bug 574036 - HUD Console should allow copying text, r=sdwilsh 2010-08-10 09:37:29 -03:00
Mihai Sucan
6e97217b40 Bug 582201 - exceptions show twice in WebConsole, r=sdwilsh 2010-08-10 09:18:23 -03:00
Rob Campbell
ae5fb1827b merge Bug 576642 - Backed out changeset cfc0accaf8b2 2010-08-10 08:05:46 -03:00
Rob Campbell
27d53034b2 Bug 576642 - Backed out changeset cfc0accaf8b2 2010-08-10 08:02:56 -03:00
Julian Viereck
b1e5ef3b7e Bug 576642 - JSTerm: expanding/shrinking inputNode, r=enn, a=bsmedberg 2010-08-09 16:02:20 -03:00
Patrick Walton
bd6b3373f5 Bug 581183 - Divide the Console filters into categories, and rename them for clarity, r+a=dietrich 2010-08-09 15:35:33 -03:00
Patrick Walton
ad0c7999fe Bug 580400 - Console should display dividers to separate messages, r+a=dietrich 2010-08-09 15:35:33 -03:00
Marco Bonardo
187bde0e1f followup to Bug 572030 - fix a typo in a keywords query, should fix Xo and Xd failures 2010-08-09 20:01:36 +02:00
Marco Bonardo
8b758ffd5b Bug 552023 - Kill Places partitioned temp tables. r=sdwilsh a=blocking 2010-08-09 17:59:59 +02:00
Marco Bonardo
697912c684 Bug 572030 - Use a memory cache for keywords associations. r=dietrich a=sdwilsh 2010-08-09 17:59:43 +02:00
Miika Jarvinen
f1dfd300c8 Bug 184613 - Add xremote support for qt build. r=karlt 2010-08-07 09:18:43 +02:00
Robert Sayre
ca10e5d657 Merge mozilla-central to tracemonkey. 2010-08-06 15:41:41 -07:00
Shawn Wilsher
4ba935953c Backed out changeset e6e0200b6e03 (bug 568969) because it appears to have caused orange on a CLOSED TREE. 2010-08-06 11:53:39 -07:00
Dan Witte
22027b3fce Fix review comment. 2010-08-05 19:59:53 -07:00
Dan Witte
488d31a4b0 Bug 573066 - Fix ctypes stdcall closure tests. r=bsmedberg, a=blocker 2010-08-05 16:49:53 -07:00
Dan Witte
37e120853b Bug 573087 - Automangle ctypes stdcall symbols. r=bsmedberg, a=blocker 2010-08-05 16:49:52 -07:00
Dan Witte
7e1f9fbcbe Bug 564966 - ctypes stdcall tests borked on windows. r=benjamn, a=blocker 2010-08-05 16:49:52 -07:00
Dan Witte
253c6284f9 Bug 583099 - toolkit/components/ctypes uses the wrong global object. r=jorendorff, a=bsmedberg 2010-08-05 16:49:52 -07:00
Shawn Wilsher
17eda7ec10 Bug 568969 - Nuke nsContentUtils::GetHistory
r=bz
a=bsmedberg
2010-08-05 10:07:46 -07:00
Shawn Wilsher
727a69293b Bug 584111 - Better logging of errors for places autocomplete
r=mak
a=gavin
2010-08-05 10:06:21 -07:00
Wan-Teh Chang
c415ddd0a4 Bug 561510: fix unrecognized option /L... linker warning on
Windows.  Define MOZALLOC_LIB using EXPAND_LIBNAME_PATH instead
of EXPAND_MOZLIBNAME.  r=bsmedberg,ginn.chen.  approval2.0+ by
bsmedberg.
2010-08-06 06:51:38 -07:00
Marco Bonardo
1ef9d25634 Bug 581660 - places-teardown should be double enqueued. r=sdwilsh 2010-08-03 10:01:47 +02:00
Marco Bonardo
1e5de50e51 Bug 581657 - Async favicons fails on null data. r=sdwilsh 2010-08-06 13:48:12 +02:00
Kyle Huey
932ea79b49 Bug 522770: Link directly to object files instead of intermediate static libs. Patch originally written by Ted Mielczarek. Checking into a CLOSED TREE as a bustage fix. reviews pending.
--HG--
extra : rebase_source : 54a506a5815dcdedaf3f61ad7d6bdd0529d7f5f7
2010-08-01 01:48:21 -07:00
Robert Sayre
073bde8d2b Merge mozilla-central to tracemonkey. 2010-07-30 21:57:41 -07:00
Zack Weinberg
788b4d617f Bug 568863: Add a scriptable interface to operating-system performance measurement APIs (Linux only for now). r=cjones,waldo,mitch a2.0=bz
--HG--
rename : toolkit/components/ctypes/Module.cpp => toolkit/components/ctypes/ctypes.cpp
rename : toolkit/components/ctypes/Module.h => toolkit/components/ctypes/ctypes.h
2010-07-30 12:17:56 -07:00
David Dahl
95b920f222 Bug 579954 - sometimes gBrowser cannot be accessed, r=gavin 2010-07-30 08:30:55 -03:00
Patrick Walton
3c8fb206ed Bug 582460 - Revamp the look of the filter buttons on the Web Console, r=mossop, a=beltzner 2010-07-30 08:30:55 -03:00
Patrick Walton
a334aff3e0 Bug 582455 - Remove the grippy from the Web Console, r=mossop, a=beltzner 2010-07-30 08:30:55 -03:00
Patrick Walton
afc2b726a4 Bug 582135 - Move the Web Console filter box to the right, r=gavin, a=mossop 2010-07-30 08:30:55 -03:00
Dan Witte
14456b5938 Bug 585175 - Don't automangle ctypes stdcall symbols for WINAPI. r=bsmedberg, a=blocker 2010-08-10 09:10:50 -07:00
Doug Turner
848fbc02f4 Bug 568925 - Remote History Set Title for URI. r=cjones, sr=bz 2010-07-02 08:53:42 -07:00
Marco Bonardo
ffafebdcf9 merge backout on CLOSED TREE 2010-08-10 00:16:14 +02:00
Marco Bonardo
0e45704655 Backed out changeset 5037343f92fc on CLOSED TREE 2010-08-10 00:15:50 +02:00
Marco Bonardo
1d9d6a2972 merge backout on CLOSED TREE 2010-08-10 00:15:18 +02:00
Marco Bonardo
53e4c40b17 Backed out changeset b1e658a33221 on CLOSED TREE 2010-08-10 00:14:59 +02:00
Marco Bonardo
078aca8fd1 merge backout on CLOSED TREE 2010-08-10 00:14:25 +02:00
Marco Bonardo
3350b87853 Backed out changeset ed6dc0b505cc on CLOSED TREE 2010-08-10 00:13:34 +02:00
Marco Bonardo
19ad36984a Backed out changeset a673a956d339 on CLOSED TREE 2010-08-10 00:12:56 +02:00
Marco Bonardo
10745c6d22 backout Bug 552023 due to Ts regression and test failure. Trying to reopen a CLOSED TREE 2010-08-09 23:08:24 +02:00
Julian Viereck
d5d1731247 Bug 580001 - Close console after completion causes error - inputValue is undefined, r=gavin 2010-08-09 16:02:20 -03:00
David Zbarsky
de6582a359 Remove unneeded nsIDOMNSHTMLInputElement interface by merging it into nsIDOMHTMLInputElement. (Bug 582303) r=jst 2010-08-04 22:40:18 -04:00
Bjarne
100caa546d Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst 2010-08-04 22:15:55 -04:00
Patrick Walton
98a02ecf5b Bug 581241 - Add a Filter placeholder string in the Web Console, r=gavin, a=johnath 2010-07-26 16:14:32 -03:00
Mihai Sucan
c83a2ddfc2 bug 580030 - the error handler fails silently after a page reload, r=gavin 2010-07-26 13:35:12 -03:00
Patrick Walton
0336c76867 Bug 580820 - Visually distinguish JavaScript input from output in the Console, r=mossop 2010-07-28 15:15:34 -03:00
Doug Turner
80889516f4 Bug 551181 - [e10s] Tell the chrome process when we visit a page. r=sdwilsh, r=cjones, sr=bz
--HG--
extra : rebase_source : 601e1e9e6464bdd8ea4164bc98ea9792d55ec22c
2010-07-02 08:50:24 -07:00
Doug Turner
76581669ab Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz
--HG--
extra : rebase_source : bb818d7c563451232e7729f49c4fd2276dd47dd0
2010-07-02 08:50:41 -07:00
Kyle Huey
1a93d6ebbb Revert tree to the last known good state 2010-07-27 17:32:17 -07:00
Kyle Huey
412f76637e Back out Bug 551181 because it depends on the last bug I backed out 2010-07-27 17:13:55 -07:00
Kyle Huey
ef1d23e18e Backed out changeset 998a00c4052b 2010-07-27 17:13:20 -07:00
Kyle Huey
c7c5863a0a Backout Bug 516728 to fix orange 2010-07-27 16:51:48 -07:00
Kyle Huey
4c5d7e4fe3 Backed out changeset ca5a1f26565f 2010-07-27 16:51:15 -07:00
Doug Turner
aa9fff45d3 Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz 2010-07-02 08:50:41 -07:00
Doug Turner
ab766b5ff2 Bug 551181 - [e10s] Tell the chrome process when we visit a page. r=sdwilsh, r=cjones, sr=bz 2010-07-02 08:50:24 -07:00
Patrick Walton
653f2f0802 Bug 579412 - Focus the input field when the Console is opened. a=blocking-2.0, r=dtownsend. 2010-07-23 16:58:52 -07:00
Marco Bonardo
4a03080254 Bug 580228 - Relax timed history expiration. r=sdwilsh 2010-07-23 23:14:25 +02:00
Rob Campbell
48be01ba8a Bug 579412 - Backed out changeset b993e9c8edbe, bustage 2010-07-23 11:30:16 -03:00
Julian Viereck
89d82725a0 bug 579412 - Focus inputNode on JSTerm when opening the HUD/Console, r=dietrich 2010-07-23 09:51:09 -03:00
Marco Bonardo
847239132b Bug 499828 - kill LAZY_ADD and use async storage instead. r=sdwilsh 2010-07-22 14:09:10 +02:00
Patrick Walton
4571282175 Bug 580748: use "timestamp" consistently in HUDService code, r=gavin 2010-07-21 17:18:27 -04:00
Patrick Walton
388eddcfd4 bug 580126 - Clean up redundancy in logMessage() for the Console, r=mossop 2010-07-21 12:37:24 -03:00
Mihai Sucan
3202dd2f45 bug 579975 - logConsoleActivity message filtering bug, r=mossop 2010-07-21 12:24:12 -03:00
Mihai Sucan
fe3fe09034 bug 579913 - testNet does not work properly, r=mossop 2010-07-21 12:24:12 -03:00
Benjamin Smedberg
571cd9b161 Bug 579497 - Add error console logging for missing/incorrect command-line handlers, r=Mossop a=beltzner for landing in a CLOSED TREE 2010-07-20 09:29:38 -04:00
Benjamin Smedberg
f3b39e17d5 Bug 579765 - Not using GTK filepicker any more, revert the nsFilePicker.manifest change from bug 576991 which I believe was incorrect. 2010-07-19 16:36:02 -04:00
Marco Bonardo
a7fd29ee6b Bug 579334 - Async visits are ignoring a disabled history. r=sdwilsh 2010-07-19 21:53:33 +02:00
Mihai Sucan
9b774f9d7e bug 578437 - The HUD console fails to re-attach the window.console object after page reload, r=mossop 2010-07-19 12:15:21 -03:00
Julian Viereck
20dff20b68 bug 568649 - JSTerm keybindings - tab completion. r=dietrich 2010-07-19 11:38:07 -03:00
Julian Viereck
f4ef4af8c7 bug 574033 - HUD Console should evaluate commands in window scope 2010-07-19 10:51:51 -03:00
Mihai Sucan
b89f5d071e bug 568657 - consolidate all time stamp code 2010-07-19 10:51:51 -03:00
Alexey Gladkov
3866e8767e Bug 576991 - file picker does not open file picker dialog. r=bzbarsky 2010-07-17 17:26:36 +02:00
Mounir Lamouri
c2a6183ea7 Bug 565272: Implement the accept attribute for audio/*, video/*. r=sicking 2010-07-17 00:00:28 -07:00
Julian Viereck
bfd9044555 bug 578946 - Return values null and undefined are not logged to console output 2010-07-16 12:55:35 -03:00
Julian Viereck
c60473ff92 bug 578943 - window.console object exposes more objects then just console API 2010-07-16 12:47:24 -03:00
Julian Viereck
cba84dead5 bug 576963 - executed string is written to the console output after executing it, r=dietrich 2010-07-16 12:10:36 -03:00
Julian Viereck
2aa98276a3 bug 576962 - console log/info etc. does handle multiple arguments + newline, r=dietrich 2010-07-16 12:00:53 -03:00
Julian Viereck
fcefb1def0 bug 568652 - jsTerm history keybindings, r=dietrich 2010-07-16 12:00:38 -03:00
David Dahl
574dc10199 bug 579073 - Added a jsterm property on the HeadsUpDisplay, r=dietrich 2010-07-16 11:42:53 -03:00
Marco Bonardo
8030e81da5 follow-up to Bug 578557 - disable idle expiration in manually controlled expiration tests. r=dietrich. orange fix on CLOSED TREE a=developers-channel 2010-07-16 01:04:42 +02:00
Marco Bonardo
7dc17cbb3f Bug 578557 - Better handling of expiration with clean history. r=dietrich 2010-07-15 22:38:01 +02:00
Benjamin Stover
727ca6c5da Bug 556400 - Set titles asynchronously. r=mak r=sdwilsh sr=bz 2010-07-13 18:00:41 -07:00
Benjamin Stover
e4051ec461 Bug 556400 - Add visits Asynchronously. r=mak r=sdwilsh sr=bz 2010-07-13 18:00:33 -07:00
Joel Maher
466f18ba08 Bug 575574 Remove console/hudservice tess from browser-chrome tests for Fennec r=mfinkle 2010-07-15 12:09:01 -07:00
Dave Townsend
fbd07113b1 Bug 376553: Don't restart during startup affor extension and app changes. r=robstring, r=bsmedberg 2010-07-14 10:13:26 -07:00
Robert Sayre
4ed4f1f76a merge tracemonkey to mozilla-central. 2010-07-14 06:00:32 -07:00
Robert Sayre
38029f43fa Merge mozilla-central to tracemonkey. 2010-07-12 20:42:21 -07:00
timeless@mozdev.org
a9cdfbf4fb Bug 574452 Exception fills my Error Console: (NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)"
r=gavin

--HG--
extra : rebase_source : a5db4da740578f8da82a09886834145cd25139f5
2010-07-08 18:20:00 +03:00
David Dahl
b5c6ebac0b Bug 575673 - enabling "DOM mutation" breaks HUD r=dietrich 2010-07-12 11:59:30 +02:00
Robert Sayre
fe10ab77bd Merge mozilla-central to tracemonkey. 2010-07-09 10:55:23 -07:00
Robert Sayre
34b4182b78 Merge mozilla-central to tracemonkey. 2010-07-08 18:15:52 -07:00
Neil Deakin
d518be9dd6 Bug 556645, extra resizer in some dialogs, r=dao 2010-07-08 08:27:47 -07:00
timeless@mozdev.org
02c4010057 Bug 577363 assignment to undeclared variable stmt in _dbMigrateToVersion4
r=zpao
2010-07-08 18:23:17 +03:00
Robert Sayre
1ae649adc3 Merge mozilla-central to tracemonkey. 2010-07-06 11:05:39 -07:00