Граф коммитов

5653 Коммитов

Автор SHA1 Сообщение Дата
Dan Witte 3606bb4b5a Bug 589413 - Failure to open libnss3.so when Firefox path contains UTF-8 characters. Part 3: tests. r=bent, a=final+ 2010-09-13 10:54:02 -07:00
Dan Witte 2d271f2770 Bug 589413 - Failure to open libnss3.so when Firefox path contains UTF-8 characters. Part 2: consumers. r=bsmedberg, a=final+ 2010-09-13 10:54:02 -07:00
Mihai Sucan 62a3329bea Bug 583476 - WebConsole fails to activate when window.console is already defined r=sdwilsh a=betaN 2010-09-13 10:15:59 -07:00
David Dahl 1c5e36c34d Bug 592879 - Detect and warn users that the current window.console API is third party r=dietrich a=beta6+ 2010-09-13 10:13:54 -07:00
Robert Sayre 411ce23490 jaegermonkey. what. a=arewefastyet 2010-09-11 15:06:33 -04:00
Robert Sayre 1e38f2645f Merge mozilla-central to tracemonkey. 2010-09-10 11:47:11 -04:00
Marco Bonardo 2391b40be9 bug 563738 (part1) - Add missing information to the URLFormatter. r=dietrich a=blocking 2010-09-09 12:20:07 +02:00
David Zbarsky 945eb8cd22 Bug 556007 (3/3) - Respond to dynamic modifications of a datalist element when the popup with its values is open. r=dolske a2.0=sicking 2010-09-10 07:20:16 +02:00
David Zbarsky dd34daf837 Bug 556007 (2/3) - Use values from datalist in autocomplete popups. r=dolske ui-r=limi a2.0=sicking 2010-09-10 07:19:20 +02:00
Margaret Leibovic 09260902be Bug 588309 - Convert change password to a doorhanger panel. (a=tests) 2010-09-09 19:08:26 -07:00
Margaret Leibovic 2b13eddf26 Bug 588309 - Convert change password to a doorhanger panel. r=dolske, a=blocking2.0 2010-09-09 19:08:26 -07:00
Margaret Leibovic 5cda6ff221 Bug 567814 - Convert Remember Password notification bar to a doorhanger notification. Initial p=fryn@frankyan.com, r=dolske, a=blocking2.0 2010-09-09 19:08:26 -07:00
David Dahl edab7f53e8 backout of leaking changesets r=sheriff a=sheriff 2010-09-09 11:01:04 -07:00
David Dahl b5bf3b5636 Bug 592879 - Detect and warn users that the current window.console API is third party r=dietrich a=dietrich 2010-09-09 09:00:48 -07:00
Rob Campbell e8fec76bf4 Bug 589089 - NetworkPanel: Show hint if response content-type can't be displayed r=sdwilsh a=beta6+ 2010-09-09 09:00:44 -07:00
Mihai Sucan 8a59b721b4 Bug 589162 - CSS filtering on the console does not work r=sdwilsh a=betaN 2010-09-09 09:00:41 -07:00
Patrick Walton 225b2f2022 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) 00f202c9fa 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 4c21e7e1f7 Backed out changeset a2107d95a1fd 2010-09-09 13:28:47 +02:00
Marco Bonardo e4bbaca9c0 bug 563738 (part1) - Add missing information to the URLFormatter. r=dietrich a=blocking 2010-09-09 12:20:07 +02:00
Robert Sayre 93a7a7fac9 merge mozilla-central to tracemonkey. 2010-09-08 10:33:07 -04:00
Robert Sayre 8f11919eda Merge mozilla-central to tracemonkey. 2010-09-01 22:27:07 -07:00
Taras Glek 07cbd53689 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 d0dcd4dd72 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 41fb9f924a 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 5c079b2f45 Bug 592264 - WebConsole: Error in RL_onDataAvailable NS_BINDING_ABORTED r=sdwilsh a=sdwilsh 2010-09-01 12:55:59 -07:00
Marco Bonardo eacec558e2 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 b36b02f09c Bug 593328 - Only build hudservice for Firefox. r=khuey a2.0=noptb 2010-09-11 06:21:14 +02:00
David Dahl 5f7652a486 Backed out changeset da5a386a0346 a=sheriff 2010-09-10 19:31:56 -07:00
David Dahl b9c850f463 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 9553161b19 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 08e03cca0d Bug 588014 - Format clickable output to look like being clickable, r+a=dietrich 2010-09-07 23:37:47 +01:00
Patrick Walton f0e41eab91 Bug 580454 - Localize console timestamps, r+a=dietrich 2010-09-10 15:08:05 -03:00
Mihai Sucan acf9241cf9 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 9472000261 Bug 586388 - Provide Select All context menu in HUD Console, r+a=dietrich 2010-09-10 15:08:05 -03:00
Joel Maher 225ef1286e 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 601af93bd3 Backed out changeset 38b763292cb1. MacOS doesn't support E10S tests. a=bah 2010-09-03 22:56:49 -07:00
Alon Zakai cae0ebc1d4 584842 - E10s nsIContentPrefService remoting implementation r=myk, a=blocking-fennec 2010-09-03 21:48:17 -07:00
Patrick Walton 59d394ebb3 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 91b6764241 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 59a4b08e8c Backout of bug 575789 and bug 589089 due to oranges, a=#developers 2010-08-31 17:04:23 -03:00
Julian Viereck d1af3c0112 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 ca799b6734 Bug 575789 - JSTerm: helper functions, r=sdwilsh, a=blocking2.0 2010-08-31 14:31:48 -03:00
Serge Gautherie 297b07fc61 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 43bbd872f1 Merge mozilla-central to tracemonkey. CLOSED TREE 2010-08-31 10:24:22 -07:00
Robert Sayre 55960cb83b Merge mozilla-central to tracemonkey. 2010-08-29 01:40:40 -04:00
Rob Campbell 811d0ae7a9 backing out bugs 587574, 588540, 573103, 568634 to clear leaks, a=#developers 2010-08-28 14:51:40 -03:00
Julian Viereck 5b80cccac4 Bug 587574 - Display cached content in the NetworkPanel, r=sdwilsh, a=blocking2.0 (beta5) 2010-08-28 13:07:42 -03:00
Julian Viereck d12b8b5b52 Bug 588540 - NetworkPanel: Display submitted form data formated, r=sdwilsh, a=sdwilsh 2010-08-28 13:07:42 -03:00
Julian Viereck f68cf0fbb2 Bug 573103 - Implement WebConsole Network Panel, r=dietrich, a=blocking2.0 (beta5) 2010-08-13 12:14:01 +02:00