Commit Graph

68875 Commits

Author SHA1 Message Date
Taras Glek
7d7cfee382 Bug 627591: preload (xul|mozjs).dll on Windows when prefetch is off r=shaver 2011-05-06 12:57:36 -07:00
Tyler Downer
f4c3fd0272 Bug 471588 - Remove String docs. r=dbaron DONTBUILD 2011-05-06 12:43:35 -07:00
Mark Finkle
c9bc87c6ea Bug 654838 - Create a unique branding for Fennec beta [r=blassey] 2011-05-06 15:08:04 -04:00
Mark Finkle
6496a3e88d Bug 653717 - Add aurora branding to fennec [r=blassey] 2011-05-06 15:08:02 -04:00
Jonathan Kew
4230d3ac60 Bug 253317 - Provide hyphenation dictionary for justified text (android packaging) [r=blassey] 2011-05-05 16:03:01 +01:00
Benoit Jacob
1f4e4cc378 Bug 653419 - check for null gl ptr in SetDimensions NOP path - r=joedrew
WebGLContext::SetDimensions has an early success exit path when the dimensions are unchanged. However it wasn't checking that the gl pointer was non-null. Thus, after a failed WebGL context creation, such a SetDimensions call could incorrectly "succeed", only to crash when dereferencing the gl pointer.
2011-05-06 14:44:26 -04:00
Benoit Jacob
d715011bf4 Bug 653419 - correctly mark WebGL context creation as successful - r=joedrew
WebGLContext::SetDimensions has early return paths in cases where the WebGL context does not need to get recreated. A bug made that be recorded as WebGL creation failures, giving "WebGL-" in crash reports. This patch fixes that.
2011-05-06 14:44:25 -04:00
Benoit Jacob
219a0971fb Bug 648705 - memory corruption due to dangling pointers in WebGLProgram - r=joedrew
WebGLProgram has a data member,

nsTArray<WebGLShader*> mAttachedShaders;

and bug 648705 showed that the pointers in this array were sometimes dangling, leading to invalid writes at non-null addresses.

This patch makes these pointers be refptrs, so that they will keep alive the WebGLShaders they point to. So the mAttachedShaders member becomes

nsTArray<nsRefPtr<WebGLShader> > mAttachedShaders;
2011-05-06 14:44:23 -04:00
Ed Morley
6d4a0d93cd Bug 655176 - Remove WinCE code from docshell (incl broken uriloader/exthandler/Makefile.in WINNT |ifeq|s); r=bz 2011-05-06 11:41:29 -07:00
Ed Morley
a72aae162f Bug 654719 - Remove WinCE code from testing/* ; r=cjones 2011-05-06 11:41:19 -07:00
Ed Morley
b0a18542c9 Bug 654472 - Remove WinCE code (incl MOZ_FLASH_ACTIVEX_PATCH & USE_HTIFACE) from embedding/* ; r=bsmedberg 2011-05-06 11:40:46 -07:00
Daniel Holbert
150c675bb2 Bug 655025 followup: Rename added IsEmpty method to avoid clashing with inherited nsIFrame method. r=longsonr 2011-05-06 11:33:21 -07:00
Robert Longson
4ae27e62f1 Bug 655025 - Fix zippity graph. r=dholbert 2011-05-06 11:45:17 +01:00
Ehsan Akhgari
e4c89e2e5d Bug 10209 - Part 2: Implement the absolute positioning support for all frames; r=roc 2011-04-29 19:02:33 -04:00
Ehsan Akhgari
ce02059ba9 Bug 10209 - Part 1: Add an API for absolute container support for all frame types; r=roc 2011-04-27 19:41:43 -04:00
Wes Johnston
984277b3b2 Bug 654733 - Stop using the word computer in offline storage notifcations. r=mfinkle,madhava 2011-05-06 09:50:01 -07:00
Wes Johnston
649795da2d Bug 651048 - Firstrun screen should not show setup dialog is sync is already set up. r=mfinkle 2011-05-06 09:49:58 -07:00
Wes Johnston
da11449678 Bug 625229 - Slide sidebars in and out on firstrun page. r=mfinkle 2011-05-06 09:49:56 -07:00
Matt Brubeck
7354511275 Bug 654122 - Enable browser_scroll.js mobile browser-chrome test [r=stechz] 2011-05-06 08:53:43 -07:00
Benjamin Stover
e43b10bc9d Bug 654798 - Fennec browser chrome tests install to the wrong place [r=jmaher] 2011-05-04 13:25:24 -07:00
Benjamin Stover
4fba84d627 Bug 654752 - Make runtests.py work out of the box with Fennec [r=ctalbert] 2011-05-04 11:40:12 -07:00
Dave Townsend
73b11d842d Bug 642795 - Remove support for finding system XULRunner in the standalone glue [r=mark.finkle] 2011-05-04 10:36:00 -07:00
Ed Morley
79a58fe521 Bug 654600 - Remove WinCE code from security/manager/Makefile.in; r=kaie 2011-05-05 09:40:21 -07:00
Ed Morley
e771f10557 Bug 654736 - Remove WinCE code from XULRunner; r=mfinkle 2011-05-05 09:40:04 -07:00
Matt Brubeck
1a24265743 Bug 654127 (followup) - Cache "contentMightCaptureMouse" attribute per tab instead of globally [r=wesj] 2011-05-05 09:37:53 -07:00
Matt Brubeck
002be2a143 Bug 654904 - Fix tap highlight regression from bug 653009 [r=wesj] 2011-05-05 09:37:45 -07:00
Zack Weinberg
e726506386 Bug 541496 prelim 2: nuke trailing whitespace in layout/style/Loader.{h,cpp}. rs=dbaron 2011-05-06 08:45:36 -07:00
Zack Weinberg
66c29ada9f Bug 541496 prelim 1: remove nsIUnicharStreamListener (no in-tree implementations). r=hsivonen 2011-05-06 08:45:33 -07:00
Zack Weinberg
66511e780a Merge backout of 11d2a7ed963a (bug 595020) on suspicion of causing bug 655197. 2011-05-06 08:45:30 -07:00
Zack Weinberg
b3dcedeb61 Back out changeset 11d2a7ed963a (bug 595020) on suspicion of causing bug 655197. 2011-05-06 08:44:33 -07:00
Matt Brubeck
c3e4065e5d Back out changeset 6b26a933cad7 (Bug 649319) on suspicion of causing Windows debug Mochitest-other permaorange - CLOSED TREE. 2011-05-05 14:52:24 -07:00
Matt Brubeck
edc6e0c61b Back out changeset 9a959f4d17e6 (Bug 653681) on suspicion of causing Windows debug Mochitest-other permaorange - CLOSED TREE. 2011-05-05 14:51:29 -07:00
Boris Zbarsky
9de4c7fe75 Backed out changeset de21696c8853 (bug 654423) on suspicion of causing Windows
debug Mochitest-other permaorange from CLOSED TREE.

--HG--
extra : rebase_source : 2d88de067d1b4316077dba8313b947175c17d861
2011-05-05 17:45:56 -04:00
Olli Pettay
f83cc47bbe Bug 654770, fix few AddEventListener calls now that it has 2 optional parameters, r=sicking
--HG--
extra : rebase_source : d0a27a6ba059d5862f10ab49f0a079e8928b30fb
2011-05-05 23:33:13 +03:00
Matt Brubeck
cbcfb337a2 Back out changeset 1defe29fdf3c, ffe31dc2d27f, 54bacc404a6f, 16772cb4a781, c169c3b8dfb2, 94f06945b818, 6a2724d755f3 for test failure. 2011-05-05 14:21:38 -07:00
Mark Finkle
ff7f53cc2b Bug 650390 - osversion in chrome.manifest files should query android os version [r=dtownsend] 2011-05-05 16:50:19 -04:00
Kai Engert
edd4ab84f1 Bug 479393, incremental patch to fix if condition, r=bsmith 2011-05-05 22:41:40 +02:00
Kai Engert
06e078c830 Bug 479393, fix whitespace, no code changes, rs=me 2011-05-05 22:41:40 +02:00
Kai Engert
01bf2a121b Bug 479393, move two functions within the file, no code change, rs=me 2011-05-05 22:41:40 +02:00
Kai Engert
ea424a3b60 Bug 479393, Add libpkix-based certificate validation to PSM (off by default), r=rrelyea, r=bsmith 2011-05-05 22:41:40 +02:00
Tim Taubert
6c45d28111 Bug 595020 - Group name isn't displayed in title before TabView is loaded the first time; r=dao 2011-05-03 20:30:08 +02:00
Justin Lebar
40443aa024 Bug 653364 - HashChange event should have isTrusted property. r=bz
--HG--
extra : rebase_source : 6829b06980ed01c38e0cc5b88a9428fc784c1bb0
2011-04-28 16:13:03 -04:00
Benoit Jacob
2efacff0c8 Bug 645407 - remove useless GLX checks - r=karlt 2011-05-03 16:07:17 -04:00
Benoit Jacob
49511f9226 Bug 642502 - about:support improvements - r=gavin.sharp 2011-05-03 16:07:17 -04:00
Benoit Jacob
39482a826a Bug 642502 - skip fields with 0/empty/null values - r=jrmuizel 2011-05-03 16:07:17 -04:00
Benoit Jacob
d8a3b2e314 Bug 645407 - remove old blacklisting - r=karlt 2011-05-03 16:07:17 -04:00
Benoit Jacob
a748aff9a6 Bug 639842 and Bug 645407 - implement GfxInfoX11, using the info from the glxtest probe - r=bsmedberg,joe,karl
* * *
try: -b do -p linux,linux64,android-r7,maemo5-gtk,maemo5-qt -u mochitest-1 -t none
2011-05-03 16:07:17 -04:00
Benoit Jacob
9bd5e2acc1 Bug 639842 - implement glxtest probe running as separate process - r=bsmedberg,joe 2011-05-03 16:07:17 -04:00
Axel Hecht
c8a665e68d bug 655078, add intl/locales to toolkit-makefiles.sh, bustage fix for bug 253317, r=ted
--HG--
extra : rebase_source : 4b86546079d73f53488f39cbc9ecd9f5b1c6a0f4
2011-05-05 20:04:17 +02:00
Mike Hommey
28d7d1aacb Bug 654975 - Remove -freorder-blocks-and-partition from PGO build options. r=ted 2011-05-05 19:26:54 +02:00