Commit Graph

7495 Commits

Author SHA1 Message Date
Doug Turner
09476bc0de Merge with mc. Manually merged TabChild.h and nsIFrameLoader.idl 2010-09-15 15:17:54 -07:00
Oleg Romashin
39a1341d97 Backout changeset 7eb93fe05d3a. bug 582840 due to oranges 2010-09-15 15:02:29 -07:00
Chris Jones
2bb3bb3e9c Merge m-c --> cedar 2010-09-15 16:44:30 -05:00
Chris Jones
0a4b5217a4 Merge m-c --> cedar 2010-09-15 12:33:59 -05:00
Benedict Hsieh
5eacfcb973 Bug 582840 - Remove nsIWebProgressListener(2) support from TabChild and TabParent. r=Olli.Pettay a=blocking2.0
--HG--
extra : rebase_source : 764765bb56a218ec4b9be106eda1227156bf5181
2010-09-15 11:04:48 -07:00
Doug Turner
8e6559e4ce Bug 596498 - E10: remote AlertsService r=jdm a=mfinkle
--HG--
extra : rebase_source : df0818cde7e9813120a14731d9afb3543adce2bf
2010-09-15 09:44:57 -07:00
Serge Gautherie
6f973b49b8 Bug 595394 - Error: formatURL: Couldn't find value for key: SIDEBAR_VERSION; (Bv1) Improve nsIURLFormatter.idl documentation.
r+a2.0=gavin.sharp.
2010-09-15 13:58:50 +02:00
Arpad Borsos
ad4c02086f Backed out changeset 634290477871; test failures 2010-09-15 12:58:30 +02:00
Arpad Borsos
ae846176e6 Backed out changeset 634290477871; test failures 2010-09-15 12:57:20 +02:00
Dão Gottwald
ba24c8c8c7 disable test_bug510426.xul 2010-09-15 11:09:18 +02:00
Chris Jones
110d280286 Merge m-c --> cedar 2010-09-14 14:28:39 -05:00
Chris Jones
ee72f210ea Merge m-c --> cedar 2010-09-13 19:24:09 -05:00
mano@mozilla.com
3e7efcb305 followup for bug 595937 (r=enndeakin a=blocking-beta6+) 2010-09-14 20:19:09 +07:00
Robert Strong
92c332af16 Bug 596174 - disabling test browser_bug586574.js due to perma-orange on Mac OS X. a=disable perma-orange on Mac OS X. a=test disable 2010-09-14 03:46:39 -07:00
Robert Strong
d3eac90011 Bug 596172 - disabling one check in browser_details.js due to perma-orange on Mac OS X. a=test disable 2010-09-14 03:46:30 -07:00
Robert Strong
78559834a9 Bug 595722 - Using this._enabled to make nsIUpdatePrompt not show some of the UI when the app.update.silent pref is set is confusing. r=dtownsend, a=approval2.0 2010-09-13 23:57:56 -07:00
Robert Strong
b270b3d18b strings for Bug 595455 - After several background update check failures notify the user that they should check if there is a new version available. r=dtownsend, ui-r=beltzner, a=blocking2.0-beta6 2010-09-13 23:57:39 -07:00
Robert Strong
7b1035eb29 Followup for Bug 595059 - Incorrect errorCode comparison and enabled check in showUpdateError. r=dtownsend, a=approval2.0 2010-09-13 23:57:19 -07:00
Blair McBride
4c15e35540 Bug 586574 - Provide way to set a default for automatic updates. r=dtownsend, a=blocking-beta6 2010-09-13 23:56:54 -07:00
Michael Monreal
d8fa8c8d12 Bug 595390 - Don't use bold button labels in app update ui. r=rstrong, ui-r=faaborg, a=approval2.0 2010-09-13 23:52:32 -07:00
Michael Monreal
2e5824ee5d Bug 595388 - Use same padding for content and header in app update ui. r=rstrong, ui-r=faaborg, a=approval2.0 2010-09-13 23:52:16 -07:00
Dan Witte
758c4c015b 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
4e67b70bc1 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
d50932e393 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
99059cb1d3 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
Sylvain Pasche
39dc4b9e43 Bug 590794 - Add dismissalAction callback argument to PopupNotifications.show(). r+a=gavin 2010-09-13 12:44:27 +02:00
Dão Gottwald
e7895315a7 Whitespace cleanup after bug 590039 2010-09-12 11:54:51 +02:00
Michael Wu
e0435e986b Bug 595573 - Always trim .xpi from the id and test GUID extensions, r=Mossop a= blocking-beta6 2010-09-11 23:47:53 -07:00
Robert Sayre
e7de428249 jaegermonkey. what. a=arewefastyet 2010-09-11 15:07:27 -04:00
Robert Sayre
4659902f34 jaegermonkey. what. a=arewefastyet 2010-09-11 15:06:33 -04:00
Timothy Nikkel
f7279c93a5 Bug 593892. Fix a test to start after paint suppression ends. r=roc a=roc 2010-09-11 13:24:49 -05:00
L. David Baron
5859a14a99 Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
Generated with:
find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
2010-09-11 09:27:12 -07:00
L. David Baron
7476de1256 Change blur radii in themes and in some tests to match change in how we interpret text-shadow and -moz-box-shadow blur radii. (Bug 590039) r=dao a2.0=blocking2.0:beta6 2010-09-11 09:27:12 -07:00
Oleg Romashin
497f2db326 Merge with mozilla central 2779c55431a4, no conflicts 2010-09-10 22:32:25 -07: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
79a0e96ee4 Backout of changeset da5a386a0346 Bug 592879 a=sheriff 2010-09-10 19:32:55 -07: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
Michael Wu
85b940bc47 Bug 533038 - 7. Extensions should not be extracted into the profile directory, but installed/stored as XPI file, r=Mossop a=blocking-beta6 2010-09-10 15:54:37 -07:00
Boris Zbarsky
7559af1530 Bug 589667. Make the layout debugger actually work in libxul builds. r=ted 2010-09-10 17:26:16 -04:00
Neil Rashbrook
deb54a6c9c Bug 586408 document.popup node doesn't work with nested popups (regression from bug 383930) r=Enn a=beltzner 2010-09-10 21:24:25 +01:00
Robert Strong
2a945c237a Bug 595059 - Incorrect errorCode comparison and enabled check in showUpdateError. r=dtownsend, a=approval2.0 dtownsend 2010-09-10 21:40:49 -04:00
Robert Sayre
59773ae503 Merge mozilla-central to tracemonkey. 2010-09-10 11:47:11 -04:00
Blair McBride
a90af12120 Bug 587970 - Provide ability "Update all now" within 'Available Updates' screen. r=dtownsend, a=blocking-beta6 2010-09-10 20:20:12 +12:00
Matthew Gregan
399b2ac23d Bug 584615 - Fix for video controls direction test failure. r=kinetik a=blocking2.0 2010-09-14 16:53:02 +12:00
Chris Double
9c0d8b2cee Bug 584615 - Make media progress events be 'simple' Events, not 'progress' Events - r=roc,cpearce,dolske,kinetik a=blocking2.0 2010-09-10 15:29:06 +12:00
Marco Bonardo
5e1b598e42 bug 563738 (part1) - Add missing information to the URLFormatter. r=dietrich a=blocking 2010-09-09 12:20:07 +02:00
David Zbarsky
f4364cc59b 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
3276e221ce 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
33f506da8b Bug 588309 - Convert change password to a doorhanger panel. (a=tests) 2010-09-09 19:08:26 -07:00
Margaret Leibovic
8f868b011b Bug 588309 - Convert change password to a doorhanger panel. r=dolske, a=blocking2.0 2010-09-09 19:08:26 -07:00
Margaret Leibovic
9e6b5dd482 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
Robert Strong
7435970458 Bug 594986 - Allow applications to specify the first timer interval via a pref. r=dtownsend, a=dtownsend 2010-09-09 16:11:00 -07:00
Margaret Leibovic
788df240de Bug 594509 - fix about:rights page for unbranded builds. r+a=gavin.sharp 2010-09-09 19:08:25 -07:00
Margaret Leibovic
3e0559348c Bug 594509 - fix about:rights page for unbranded builds. r+a=gavin.sharp 2010-09-09 19:08:25 -07:00
Justin Dolske
9b7acfdc2f Bug 581182 - running "firefox-bin -profile /tmp/newdir" no longer works. r=benjamin, a=dtownsend 2010-09-09 19:08:25 -07:00
Alon Zakai
6e795edc77 Bug 589598 - InstallTrigger in iframes. r=Mossop, a=blocking2.0=betaN+ 2010-09-09 16:12:37 -04:00
Robert Strong
0b5a2dd93d Bug 546593 - If both a partial and complete update have a verification failure this._update is null, the UI breaks, and the user is not notified of the update failure. r=dtownsend, a=approval2.0 dtownsend 2010-09-09 12:22:27 -07:00
Robert Strong
51c54e98b0 Bug 316890 - Add more logging to updater and close patch files so they can be deleted. r=dolske, a=approval2.0 dtownsend 2010-09-09 12:22:02 -07:00
Dave Townsend
15dff5ea31 Bug 594694 - Rating row in detail view has a colon postfix, all other rows do not. r=rstrong, a=blocks-b6 2010-09-09 12:21:49 -07:00
Dave Townsend
9771051556 Bug 583965: Update localisation notes to make it clearer how to localise the postfixes. r=pike, a=blocks-b6 2010-09-09 12:21:20 -07:00
Michael Monreal
bce1f92ff7 Bug 594703 - Fix addon list border on Linux. r=dtownsend, a=blocks bug 590175 2010-09-09 12:16:39 -07:00
Michael Monreal
0c5df765fd Bug 594709 - Use GTK icons for error/warning/info. r=dtownsend, a=blocks bug 590175 2010-09-09 12:14:43 -07:00
David Dahl
74d718cd1d backout of leaking changesets r=sheriff a=sheriff 2010-09-09 11:01:04 -07:00
David Dahl
2f6c001135 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
ab24a68d77 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
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
Chris Jones
4820da2166 Merge m-c --> cedar 2010-09-08 17:25:30 -05:00
Patrick Walton
824ce1b531 Bug 585195 - Theme the Web Console filter bar appropriately on Windows, r=dao, a=gavin 2010-09-10 15:08:06 -03:00
Makoto Kato
6103055406 Bug 593133 - TM: PGO doesn't use tracejit profile. r=dmandelin 2010-09-09 16:55:59 +09: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
Joe Walker
53d73ab449 Bug 591937 - WebConsole NetPanel CSS broken, r+a=dietrich 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
Joel Maher
3b1fb9d8ce Bug 592859 Update browser chrome tests to only use chrome paths for mochitest to prep for android support r=ctalbert a=NPOTB 2010-09-10 10:20:38 -07:00
Josh Aas
ccef2eb783 Bug 592951: Use 'posix_spawnp' to launch child processes on Mac OS X. r=ted a=blocking-b6+ 2010-09-10 13:09:30 -04:00
Jennifer Boriss
ee3b67cf7f Bug 594973: "Change this add-on's Options" tooltip should be "Change this add-on's options in the details pane r=bmcbride a-2.0=dtownsend 2010-09-10 09:37:17 -07:00
Bobby Johnson
4164104ac9 Bug 592018 - navigation arrows should be dimmed when they are disabled; r=dtownsend, a=blocking-final 2010-09-10 09:53:57 -07:00
Dave Townsend
3a0f014d12 Bug 562916: Display contribute button for add-ons that have contributions enabled. r=Unfocused, a=blocking-final 2010-09-09 19:17:08 -07:00
Wes (:KWierso)
b84b1d13f2 Bug 593152 - "Check for updates" needs to be "Check for Updates" for manual updates in the details pane; r=bmcbride ui-r=jboriss a=beltzner 2010-09-10 12:32:26 -04:00
Taras Glek
69a8116f85 Bug 589368 - Locale repacking support for jar reordering; r=ted a=blocking-betaN+ 2010-09-10 12:30:07 -04:00
Chris Jones
9e23f35349 Merge m-c --> cedar 2010-09-07 17:35:15 -05:00
Ehsan Akhgari
da64982da2 Merge backout a=orange 2010-09-13 18:01:17 -04:00
Ehsan Akhgari
6a201947ca Backed out changeset fd5ff14bc45a because of unit test failure on Windows 2010-09-13 18:00:28 -04:00
Asaf Romano
d578c64dcf Bug 595937 - Need support for customizing toolbars which are outside of the toolbox; r=enndeakin a=blocking-beta6+ 2010-09-13 17:12:48 -04:00
Dave Townsend
65115f2377 Bug 595280: AddonRepository should convert HTML to plain text. r=Unfocused, a=blocking-betaN 2010-09-13 10:35:37 -07:00
Alon Zakai
f580035da5 Bug 584842 - nsIContentPrefService remoting. r=myk a=blocking-fennec=2.0b1 2010-09-07 12:16:43 -07:00
Robert Sayre
edb7aca0d0 merge mozilla-central to tracemonkey. 2010-09-08 10:33:07 -04:00
Chris Jones
6e7a7cd71a Merge m-c --> cedar
--HG--
rename : layout/style/test/hover_helper.html => layout/style/test/chrome/hover_helper.html
rename : layout/style/test/test_hover.html => layout/style/test/chrome/test_hover.html
2010-09-03 14:07:55 -05:00
Joe Drew
3ef9ce1660 Bug 590841 - Add the ability for a DOM window to let us know when it's accelerated, and use that value in about:support. r=gavin sr=roc a=blocking2.0:beta6+ 2010-09-03 14:01:05 -04:00
Michael Wu
9ae07d3f92 Bug 589175 - Comment out binary-component entries, r=bsmedberg a=blocking2.0 2010-09-03 14:56:04 +12:00
Robert Strong
14f475c8d3 followup test only fix for SeaMonkey and Thunderbird for bug 583408. r=dtownsend, a=test bustage fix 2010-09-03 14:27:06 +12:00
Frank Yan
d10ba6b3bb Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske 2010-09-02 19:20:12 -07:00
Chris Pearce
726c1253e3 Bug 485288 - Don't process video controls events after bindings detached. r=dolske a=blocking2.0 2010-09-03 12:03:03 +12:00
Wan-Teh Chang
f747eaea4e Bug 580679: do not define ZLIB_INTERNAL when compiling files outside
zlib.  This reverts some of the zlib-related changes in Dec. 2004 for
libxul (bug 272783 and bug 273876).  r=bsmedberg. a=bsmedberg.
2010-09-02 16:47:06 -07:00
Johnathan Nightingale
1eb3d35816 Bug 591776 - Add user agent to about:support r=sdwilsh a=blocking2.0beta6+ 2010-09-02 14:42:04 -04: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
Oleg Romashin
7ff38c48b1 Merge m-c: 09872e2e2130 -> cedar, (qt build bustage fix) 2010-09-01 12:07:19 -07:00
Tyler Downer
6ffec1f34a Bug 592295: Remove question mark from Undo?. r=dtownsend, a=blocking-b6 2010-09-01 10:31:12 -07:00
Alon Zakai
ecc43f9193 Bug 589598: InstallTrigger is not defined for frames inside webpages. r=dtownsend, a=blocking-betaN 2010-09-01 10:32:14 -07:00
Dave Townsend
c49f35d6c9 Bug 565300: Rename the themes pane to Appearance. r=Unfocused, a=blocking-b6 2010-09-01 10:04:09 -07:00
Dave Townsend
72d9ae17b8 Bug 585339: Uninstalling disabled add-ons cannot be undone. r=robstrong, a=blocking-b6 2010-09-01 10:02:28 -07:00
Dave Townsend
67efe7fc18 Bug 563135: Add-ons manager should expose outdated plugins. r=Unfocused, a=blocking-b6 2010-09-01 09:58:42 -07:00
Dave Townsend
6d35b5b2bf Bug 562902: Implement the final detail view mockups. r=Unfocused, a=blocking-b6 2010-09-01 09:57:48 -07:00
Dave Townsend
2ba6c27470 Bug 562901: Add icon64URL to API. r=Unfocused, sr=robstrong, a=blocking-b6 2010-09-01 11:10:03 -07:00
Oleg Romashin
bd3aa71c63 Merged m-c: 51d17027ff45 -> cedar 2010-09-01 09:36:29 -07:00
Kurt Schultz
93bc86aa53 Bug 590754: The 'Install from file' in the add-ons manager needs to be clearer. r=Unfocused, a=dtownsend 2010-09-14 20:10:46 -07:00
Dave Townsend
fd4a0cfe7d Bug 595280: Support HTML fragments from the AMO 1.5 API. r=Unfocused, a=blocks-betaN 2010-09-14 16:56:38 -07:00
Dave Townsend
bfd7e62985 Bug 593622: browser_details, browser_searching tests need longer timeouts. r=Unfocused, a=tests 2010-09-14 16:51:45 -07:00
Dave Townsend
2872b37937 Bug 596319: Add timing for parts of tests. r=Unfocused, a=tests 2010-09-14 16:50:44 -07:00
Dave Townsend
b1db993132 Bug 593187: Request for authentication for an extension install doesn't focus the correct tab (test). r=dtownsend, a=blocks-betaN 2010-09-15 10:47:13 -07:00
Alon Zakai
aaaa489696 Bug 593187: Request for authentication for an extension install doesn't focus the correct tab. r=dtownsend, a=blocks-betaN 2010-09-15 10:46:55 -07:00
Patrick Walton
613c10f5bc Bug 586142 - Copying text in the Web Console doesn't insert newlines properly; f=ddahl r=dietrich a=dietrich 2010-09-15 11:28:02 -04:00
Mihai Sucan
af713695d1 Bug 587617 - Can't select text in the output of the WebConsole on linux; f=ddahl,rcampbell r=dietrich a=dietrich 2010-09-15 11:27:10 -04:00
Neil Deakin
43da4cf629 Bug 566154 - text missing from preferences font size pulldown.; f=neil r=neil a=blocking-betaN+ 2010-09-15 11:25:08 -04:00
Patrick Walton
b65ca132c3 Bug 595744 - Remove the "Check for Updates Automatically" menu item from the Add-ons Manager; r=Mossop a=blocking-betaN+ 2010-09-15 11:23:02 -04:00
Andreas Nilsson
0f2c617992 Bug 584006 - Drop non-native style for the Add-ons manager utilities button. r=bmcbride a=blocking 2010-09-06 10:45:46 +02:00
Paolo Amadini
113ad3674b Bug 590201 - Remove buttons are difficult to discover in list view. r=bmcbride, a=blocking-beta6 2010-09-06 19:07:49 +12:00
Dave Townsend
884bdba1d0 Bug 593217 - Detail view always shows full screenshot, not thumbnail. r=bmcbride, a=blocking-beta6 2010-09-06 19:00:47 +12:00
Blair McBride
48eefa0284 Bug 591465 - Context menu of add-ons miss context related state change entries. r=dtownsend, a=blocking-beta6 2010-09-03 16:41:06 +12:00
Blair McBride
e9d9169a88 Bug 566194 - safe mode / security & compatibility check status are not exposed in new addon manager UI. r=dtownsend, a=blocking-beta6 2010-09-02 11:40:20 +12:00
Neil Deakin
b753ff6479 Bug 558072. Allow getting of popup position and size from popupshowing event. r=roc,a=blocking
--HG--
extra : rebase_source : 0589fbc0410548f8f7ee748d59e70721c5fcc29b
2010-09-06 15:30:17 +12:00
Robert O'Callahan
243921c92a Bug 584703. Compute XUL listbox contents overlow area correctly. r=enndeakin
--HG--
extra : rebase_source : a5c20c7ad240643a734a3e0f27c5357adc13c9ae
2010-09-06 15:23:44 +12:00
Benedict Hsieh
5fd557ef9b Bug 592323 - Fastload not invalidated after making on OSX. r=benjamin a=blocking 2010-09-02 12:09:51 -07: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
Wesley Johnston
3fb432cc3e Bug 537180 - Fennec uses old blocklisting URL [r=dtownsend a=blocking-fennec] 2010-09-01 21:35:06 -04:00
Robert Strong
9320bf1acd Patch 2 (tests only) - Bug 583408 - Notify user when the certificate attribute check fails. r=dtownsend, a=blocking2.0-beta6 2010-09-01 16:27:21 -07:00
Robert Strong
dc84ef605a Patch 1 (main patch) - Bug 583408 - Notify user when the certificate attribute check fails. r=dtownsend, a=blocking2.0-beta6 2010-09-01 16:27:07 -07:00
Robert Strong
70e1a689c2 Bug 592785 - Don't report add-ons as incompatible if they are already incompatible with the current version. r=dtownsend, a=approval2.0 dtownsend 2010-09-01 16:26:30 -07:00
Robert Strong
1ee9ad0500 Workaround until minimum NSIS version required is 2.46 - Bug 506867 - /S command line option for silent installation is broken - fixed in the latest NSIS. r=jmathies, a=approval2.0 dtownsend 2010-09-01 16:26:20 -07: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
David Dahl
12bb05537a Bug 583101 - Web Console input and output display should use the same font and size r=dietrich a=dietrich 2010-09-01 12:56:06 -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
Vladimir Vukicevic
8cdfe3a4c9 b=562902; typo fix followup 2010-09-01 15:04:40 -04:00
Wes
6636ae63a1 Bug 591626 - :-moz-placeholder is now implemented, uncomment corresponding theme code. r=dao
--HG--
extra : rebase_source : 1e21926933b6ebbd247452e0e5e2a2df866896e5
2010-08-31 21:28:41 +02:00
Dão Gottwald
9a5e2d14bd Bug 591310 - "Phrase not found" find bar status message is misaligned. r=mventnor
--HG--
extra : rebase_source : 50803cddfc4ac6b98cf0aa4d0ac389bd50b45067
2010-08-31 21:26:30 +02:00
Marco Bonardo
0dccf757dc merge backout a=orange 2010-09-11 11:18:55 +02:00
Marco Bonardo
b5f938275c Backed out changeset 96b74fec2915 2010-09-11 11:17:11 +02: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
Chris Double
417b0c1a00 Bug 584615 - Make media progress events be 'simple' Events, not 'progress' Events - r=roc,cpearce,dolske,kinetik a=blocking2.0 2010-09-10 15:29:06 +12:00
Chris Jones
7b7af2c67c Merge m-c --> cedar
--HG--
rename : layout/generic/nsFrameFrame.cpp => layout/generic/nsSubDocumentFrame.cpp
2010-08-31 02:29:31 -05: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
Michael Wu
435e053a9f Bug 592369 - Eliminate different file modified dates in omni.jar, r=bsmedberg,khuey a=blocking-beta5 2010-08-31 21:17:46 -04:00
Michael Wu
61d1bf0634 Bug 591866 - channel-prefs.js should not be in omni.jar, r=bsmedberg a=blocking-beta5 2010-08-30 16:37:08 -07:00
Blair McBride
bd83ae935b Backed out changeset 6fe388a0fb5e (Bug 581076) due to test failures. a=bustage
--HG--
extra : rebase_source : f726613cbce0938d25fd58a9547a5a25d15c1433
2010-08-30 17:35:21 +12:00
Blair McBride
b6b7d4f7a9 Bug 581076 - No "See all results" link present when searching for add-ons and not all are displayed (extensions.getAddons.maxResults). r=dtownsend, a=blocking-beta6 2010-08-28 14:45:11 +12:00
Dão Gottwald
03bbf454e4 Bug 591853 - Optimize chrome layer size with lightweight themes with transparent or no footer images. r=enn 2010-09-04 10:46:14 +02: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
Blair McBride
c46068002a Bug 581076 - No "See all results" link present when searching for add-ons and not all are displayed (extensions.getAddons.maxResults). r=dtownsend, a=blocking-beta5 2010-08-28 14:45:11 +12:00
Timothy Nikkel
e8ca8cd0e7 Bug 587960. XUL trees can have their methods called at werid times, so guard against that in test. r=roc 2010-08-27 18:15:08 -05:00
Chris Jones
49048c0d61 Merge m-c --> cedar
--HG--
rename : layout/style/test/test_hover.html => layout/style/test/hover_helper.html
2010-08-31 00:35:03 -05:00
Timothy Nikkel
72cb3f4b66 Revert to rev 36a5e2fa01c9 2010-08-28 01:11:22 -05:00
Timothy Nikkel
7e9cbdb239 Bug 587960. XUL trees can have their methods called at werid times, so guard against that in test. r=roc 2010-08-27 18:15:08 -05:00
Blair McBride
c89bea4e77 Bug 581073 - Search pane needs to expose the relevancy sort order. r=dtownsend, a=blocking-beta5 2010-08-28 10:01:36 +12:00
Timothy Nikkel
c524a033d3 Bug 587960. XUL trees can have their methods called at werid times, so guard against that in test. 2010-08-26 22:01:43 -05:00
Chris Jones
8992432666 Merge m-c --> cedar 2010-08-26 21:36:43 -05:00
Ben Parr
cccc978cbe Bug 586591: Expose AMO data to installed add-ons. r=dtownsend, a=blocking-beta5 2010-08-23 18:04:06 -07:00
Ben Parr
30dd06a312 Bug 551274: Update nsAddonRepository for API version 1.5. r=drownsend, a=blocking-beta5 2010-08-26 10:44:14 -07:00
Robert Strong
1b4bd240b0 Bug 552924 - Allow distinguishing Universal ppc/i386 from Universal i386/x86_64 builds in AUS request. r=dtownsend, a=blocking bug 519060 2010-08-26 10:45:50 -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
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
05e757f0af Bug 590086 - Make capitalization of menu items consistent r=bmcbride a=beta5+ 2010-08-27 13:25:32 -07: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
Bobby Holley
bb5ac95f48 backout merge. a=backout 2010-08-27 09:06:58 -07:00
Bobby Holley
2ce8b63f61 Backed out changeset 9f8fc8a50525 due to windows bustage/sed syntax fail. a=backout 2010-08-27 09:06:24 -07:00
Jeff Muizelaar
802d9f8d13 Bug 586046. Export graphics card/driver details to script using GfxInfo. r=gavin 2010-08-27 11:49:02 -04:00
Michael Wu
60b3b09f09 Bug 589175 - Comment out binary-component entries, r=bsmedberg a=blocking2.0
--HG--
extra : rebase_source : 5336d669c5b996c1f1311fe84518c7ab80058181
2010-08-27 11:04:15 -04:00
Ted Mielczarek
c169279a76 bug 587747 - Implement writing of minidumps from hang detection on OS X. r=cjones a=blocking
--HG--
extra : rebase_source : fef081b5b0fae828ecc0c2678d83787778dfc70d
2010-08-27 09:32:45 -04:00
Ted Mielczarek
ca86c9c747 bug 573150 - crash reporter inadvertently sends IE cookies to crash submission URL. r=nealsid a=blocking
--HG--
extra : rebase_source : 601d7a4611e0eb27143b74ab4db0b346e092aa34
2010-08-27 09:32:45 -04: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
Ben Turner
5dc2797de5 Backed out changeset c584dd85b461 2010-08-26 14:13:21 -07:00
Gavin Sharp
af7c682eaa Bug 591026: use less generic IDs for popupnotification elements, r=sdwilsh, a=blocking 2010-08-26 16:26:56 -04:00
Chris Jones
f97bf2bc48 Bug 588911: Initialize gArgc/v earlier in XRE_InitParentProcess(). r=bent a=test-only 2010-08-19 14:50:17 -05:00
Dave Townsend
18b43b4231 Bug 581084: List of search results doesn't visually differentiate between installed add-ons and available add-ons. r=Unfocused, a=blocking-beta5 2010-08-24 11:23:46 -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
Arpad Borsos
36e72dfbf9 Bug 588435 - Use mozRequestAnimationFrame to animate autoscroll; r=neil@parkwaycc.co.uk a=dtownsend 2010-08-18 19:57:31 +02:00
Dão Gottwald
9feff5fc2a fix for test_bug510426.xul 2010-09-15 10:15:33 +02:00
Dão Gottwald
1fb976dff1 Bug 419298 - Dialog icons should be displayed in the native OS theme size without scaling. r=neil 2010-09-15 09:26:02 +02:00
Dão Gottwald
cf5fbd3d81 Bug 578785 - Animate notification bar sliding with CSS transitions instead of JS. r=enn 2010-09-15 09:25:16 +02:00
Michael Monreal
c0d7893a85 Bug 594719 - Use GTK icons on notification bars. r=dao 2010-09-15 09:24:47 +02:00
L. David Baron
f51578d775 Fix uses of percentage border-radius in themes for new definition of percent. (Bug 471643) r=Mossop a2.0=blocking+ 2010-08-31 16:46:41 -04:00
Rob Campbell
d2220d2d65 Backout of bug 575789 and bug 589089 due to oranges, a=#developers 2010-08-31 17:04:23 -03:00
Ted Mielczarek
2638dd2ef1 Backing out Allow Linux dumper to work on PTRACE-hardened kernels (Ubuntu 10.10). r=nealsid a=blocking 2010-08-31 15:35:12 -04:00
Ted Mielczarek
5a90217131 Backed out changeset e996bccb391d
Allow Linux dumper to work on PTRACE-hardened kernels (Ubuntu 10.10). r=nealsid a=blocking
Because GCC 4.3 sucks.
2010-08-31 15:34:46 -04:00
Dave Townsend
a5275dd419 Bug 592279: browser_list.js fails when application extensions are present (like Feedback). r=robstrong, a=tests 2010-08-31 10:25:37 -07:00
Chris Coulson
bf799c67ac Allow Linux dumper to work on PTRACE-hardened kernels (Ubuntu 10.10). r=nealsid a=blocking 2010-08-27 07:01:00 -04:00
Jeremias Bosch
51a4f53124 Bug 583341 - "Lose" focus if MeeGoTouch VKB is closed by the user. r=romaxa a=npodb
--HG--
extra : rebase_source : 2aed309de5a47f3c0572cfae2c595b8e46e9ac35
2010-08-30 16:40:14 -07: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