Commit Graph

70014 Commits

Author SHA1 Message Date
Margaret Leibovic
1fc2b406e5 Bug 657961 - Use async API to get favicons for site permissions page. r=sdwilsh 2011-05-24 10:34:30 -04:00
Jim Mathies
279ca0316c Bug 543154 - Uninitialised value use in nsNativeThemeWin::ClassicDrawWidgetBackground. r=roc 2011-05-25 08:46:56 +02:00
Masayuki Nakano
49814a538d Bug 659536 part.2 Replace nsContentUtils::GetIntPref() with Preferences::GetInt() or Preferences::GetUint() r=roc 2011-05-25 15:32:00 +09:00
Masayuki Nakano
2c22152882 Bug 659536 part.1 Implement Preferences::GetUint() r=roc 2011-05-25 15:31:59 +09:00
Masayuki Nakano
060287addd Bug 659533 Replace nsContentUtils::GetBoolPref() with Preferences::GetBool() r=roc 2011-05-25 15:31:59 +09:00
Jonas Sicking
e5cc03fd5b Bug 641333: Kill nsIDOM3Text and move its contents to nsIDOMText. r=ms2ger 2011-05-20 22:21:28 -07:00
Shawn Gong
d399113e9b Bug 658683: Make xhr.response not create a new ArrayBuffer every time it is accessed. r=sicking. Additional fixes by sicking, r=peterv 2011-05-23 18:09:28 -07:00
Doug Turner
9f81080a38 Bug 654154 - GPSD not being used for Geolocation. r=blassey 2011-05-24 18:05:54 -07:00
Frank Yan
9dc9499235 Bug 626903 - Indicate onscreen tabs in List All Tabs menu. r=dolske ui-r=faaborg 2011-05-24 17:57:42 -07:00
Frank Yan
33aee368ad Bug 654079 - Reposition app tabs when leaving private browsing mode. r=dao 2011-05-24 17:57:31 -07:00
Trevor Saunders
48e08fc936 bug 658363 - move defines for double constants out of xslt r=sicking
From 57a4aaadf8fef828764c35dad01ce6da54fbb638 Mon Sep 17 00:00:00 2001
 xslt
---
 content/base/public/nsContentUtils.h        |   93 +++++++++++++++++++
 content/xslt/public/Makefile.in             |    1 -
 content/xslt/public/txDouble.h              |  133 ---------------------------
 content/xslt/src/base/txCore.h              |    8 +-
 content/xslt/src/base/txDouble.cpp          |   18 ++--
 content/xslt/src/xpath/txRelationalExpr.cpp |   12 +-
 6 files changed, 112 insertions(+), 153 deletions(-)
 delete mode 100644 content/xslt/public/txDouble.h
2011-05-19 12:35:46 -07:00
Alexander Surkov
e2933289fb The DOM document loaded before it's shown shouldn't have busy state, r=trevor, marcoz 2011-05-27 11:18:00 +09:00
Josh Aas
7e100ff63c Bug 606641: When creating a plugin from a stream, use the same creation path for both embedded and full screen plugins. r=jst 2011-05-26 21:49:56 -04:00
David Mandelin
2f5c5a7ff6 Bug 605033 diagnostic: disable PGO for JS, r=khuey 2011-05-26 12:45:16 -07:00
Ben Hearsum
ac42f7eb0a Move UPDATE_PACKAGING_R14 tag to pick up bug 658094. DONTBUILD 2011-05-26 19:51:50 -04:00
Michael Ventnor
8bbe956d5a Backout Bug 566489, r=sdwilsh 2011-05-27 08:52:47 +10:00
Michael Ventnor
74032e0d75 Backout Bug 566489, r=sdwilsh 2011-05-27 08:51:54 +10:00
Armen Zambrano G.
d37fa9b0a5 Bug 517428 - fix race condition when uploading repackages to tinderbox-builds; r=Pike
DONTBUILD
2011-05-26 17:01:56 -04:00
Neil Rashbrook
a823051c1e Fix DOS line endings rs=joedrew!
DONTBUILD
2011-05-26 20:41:33 +01:00
Brad Lassey
d8c3498373 Update NSPR to NSPR_4_8_9_BETA2 which includes bug 617115, bug 647820, bug 564851 and bug 650474 2011-05-26 14:48:59 -04:00
Neil Rashbrook
d7722b313c Fix DOS line endings rs=sdwilsh
DONTBUILD
2011-05-26 20:29:31 +01:00
Michael Wu
40ef48380f Bug 592943 - (2/3) Make test_bug485118.xul less racy, r=josh 2011-05-26 12:21:48 -07:00
Michael Wu
b9d0d50ad8 Bug 592943 - (1/3) Fix addon manager tests, r=mossop 2011-05-26 12:21:48 -07:00
Paul Biggar
9bacd64f81 Bug 659632: Refactor memalign visiblity to use MOZ_MEMORY_ELF (r=respindola) 2011-05-26 06:58:10 -07:00
Ehsan Akhgari
bfd552d30a Backout bug 562746 (Cairo update to version 1.10) because of the possible Dromaeo regression on Mac OS X 10.5) 2011-05-26 14:57:50 -04:00
Ehsan Akhgari
d463f51425 Backout changeset ecbe9bb3433f (bug 659676) because of the backout of bug 562746, which introduced the removed line here 2011-05-26 14:52:54 -04:00
Benoit Jacob
2980ccd7c4 Bug 659349 - WebGL allows access to uninitialised graphics memory - r=jrmuizel
GLContext::ClearSafely() wasn't really safe, it was making naive assumptions about GL state and as a result, a WebGL script could obtain an uninitialized backbuffer.
2011-05-26 14:24:48 -04:00
Justin Lebar
45f9e9f7a0 Bug 590708 - Disable testAsynchronousRequest in Prototype tests due to flakiness. r=jst 2011-05-22 11:07:28 -04:00
Patrick McManus
2ead98965f 604796 - close our idle HTTP connection when server closes its end r=honzab
--HG--
extra : rebase_source : b4c89df4d3eab7b7c8c60d625467847557bc7291
2011-05-16 09:32:37 -04:00
Jonathan Protzenko
c1223b5e7d [Bug 658351] xpcconvert.cpp should have extra assertions before blindly converting a PRBool into a JSVal r=mrbkap 2011-05-25 17:00:36 +02:00
Justin Lebar
95fbf4179e Bug 653741 - You should be able to scoll back to the current anchor by focusing the location bar and pressing <enter>. r=bz
--HG--
extra : rebase_source : fde3ce1083868e7d398c626628344bc521224666
2011-05-09 17:59:16 -04:00
Kyle Huey
334b5650a3 Backout Bug 655003. a=massive-talos-regression 2011-05-24 08:59:52 -07:00
Kyle Huey
bb3e253c3d Backed out changeset 0bf1fe7f9be1 2011-05-24 08:58:55 -07:00
Boris Zbarsky
28125c4ade Bug 659207. Don't inline a constructor that consumers can't actually inline without statically linking to JS. r=luke a=sheriff 2011-05-24 17:45:36 +02:00
Margaret Leibovic
a755222dc1 Bug 616136 - Give popup notification panels role="alert" and make their close buttons tabbable. r=gavin 2011-05-24 17:43:05 +02:00
Daniel Holbert
c6200a94b0 Bug 658949 patch 2: Refest & xpcshell-test-addition for this bug. r=bz 2011-05-24 17:40:35 +02:00
Daniel Holbert
48efea9ab8 Bug 658949 patch 1: Teach nsDataHandler::ParseURI about #ref, and transfer 'isRefValid' flag in nsSimpleURI::Clone. r=bz 2011-05-24 17:40:10 +02:00
Daniel Holbert
639c0e7b79 Bug 658949 patch 0: Fix existing tests that use "#" in data URIs to use %23 instead. rs=bz 2011-05-24 17:39:57 +02:00
Benoit Jacob
2c0eb7e54e Bug 657748 - Update ANGLE to r653 - a=joe
This ANGLE update fixes bugs, brings large performance improvements, and adds major new features that web devs are looking forward to: vertex shader texture lookup and float textures.

http://code.google.com/p/angleproject/

This update is also needed because the version we're currently using is the chrome_m10 branch and that's no longer maintained. This update will make it much easier to apply security fixes if needed.
2011-05-24 11:05:56 -04:00
David Bolter
535a74d47e Bug 653601 - aria-selected ignored for ARIA tabs, patch=davidb, tbsaunde; tests=davidb, tbsaunde, marcoz; r=surkov, a=sheriff 2011-05-24 16:02:44 +02:00
Trevor Saunders
9014be5a5e Bug 648133 - Fire state change event for aria-busy, patch=davidb, tbsaunde; r=surkov, a=sheriff 2011-05-24 16:02:30 +02:00
Mounir Lamouri
1be31636ef Merge backout. a=backout 2011-05-24 15:46:13 +02:00
Mounir Lamouri
bbd24ff805 Back out bug 632255 and bug 658683 due to oranges on Windows Mochitest-1. 2011-05-24 15:45:53 +02:00
Mounir Lamouri
124bdc75f8 Merge backout. a=backout 2011-05-24 15:40:28 +02:00
Mounir Lamouri
e97a7a4ee5 Back out bug 658949 because of perma orange on Windows Reftests. 2011-05-24 15:36:32 +02:00
Jim Mathies
018d9a1615 Bug 651093 - Don't let the file picker on Windows add to the recent doc list when in privacy mode. Also expose a prop on the interface that gives devs control over 'add to recent docs' behavior. r=dougt, sr=gavin a=mak 2011-05-24 07:28:19 -05:00
Matheus Kerschbaum
e6573f58e3 Bug 659229 - Remove MOZ_ENABLE_LIBXUL checks in GfxInfoX11.cpp r=ted,Callek a=mak 2011-05-24 07:29:46 -05:00
Mike Hommey
80401d54e0 Bug 655003 - On Linux, use -Os on normal builds and -O3 when PGO is enabled. r=ted,a=sheriff 2011-05-24 12:56:04 +02:00
Daniel Holbert
0932137d8d Bug 658949 patch 2: Refest & xpcshell-test-addition for this bug. r=bz a=sheriff 2011-05-24 03:39:31 -07:00
Daniel Holbert
9c8854da80 Bug 658949 patch 1: Teach nsDataHandler::ParseURI about #ref, and transfer 'isRefValid' flag in nsSimpleURI::Clone. r=bz 2011-05-24 03:37:54 -07:00