Mike Hommey
b7d8bff6f5
Bug 657396 - Move LDFLAGS after other flags when building elfhack test case. r=ted
2011-05-17 09:34:20 +02:00
Henri Sivonen
f3370e1221
Bug 656881 - Make timer in file_bug534293-slow.sjs not suspectible to early GC. r=jwalden.
2011-05-17 10:15:48 +03:00
Mark Banner
f1dc6cff4a
Bug 653662 Disable incremental linking of libxul on Windows for the time being. Some developers and tree builders are hitting a hard-coded limit in Visual Studio where the link fails if the incremental link data file is over a certain size. r=ted
2011-05-17 07:54:59 +01:00
Mark Finkle
514ab4a720
Bug 657067 - XPIProvider.jsm refers to nsIPrefBranch.getComplexPref... which doesn't exist [r=dtownsend]
2011-05-17 00:12:40 -04:00
Randell Jesup
0c31687332
Bug 653311 - Switch jprof from hand-rolled stackwalk code to glibc's backtrace() to work with modern x86 Linuxes, improve jprof output, update README - r=jim_nance (per bz)
2011-05-15 05:47:48 -04:00
Masayuki Nakano
04f1d9f037
Bug 605648 Support high resolution scrolling on Windows r=jimm+smaug
2011-05-17 09:23:23 +09:00
Taras Glek
1d29d45277
Bug 657480: Clean up after TelemetryPing.js r=mak
2011-05-16 16:03:36 -07:00
Dave Townsend
81f365c368
Bug 623134: Add HTTP logging to track down the intermittent request timeouts. r=robstrong
2011-05-16 11:46:55 -07:00
Justin Lebar
e51146545b
Bug 655273 - SHEntries created by history.pushState should have their titles set. r=sicking
...
--HG--
extra : rebase_source : 72b12b4f2ff34510c350dc529b736f694b35bf6e
2011-05-09 14:54:36 -04:00
Justin Lebar
890f71e904
Bug 609401 - Stop spamming "Section [Build] not found" to the terminal. r=ted
...
--HG--
extra : rebase_source : 534a86362d5b464a2157d94bbc7583510e7859f9
2011-05-19 16:29:50 -04:00
Patrick McManus
5cbbb7cba7
Bug 654201 - avoid nsHttpConnection::IsAlive() running event loop for unused SSL connections r=honzab sr=biesi
2011-05-19 15:06:44 -04:00
Dave Townsend
7e7f82f879
Bug 648599: When an add-on changes from being softblocked to unblocked it should become enabled. r=robstrong
2011-05-19 11:04:44 -07:00
Dave Townsend
39501915da
Bug 657154: browser_bug553455.js checks the wrong preference. r=gavin
2011-05-19 11:03:58 -07:00
Robert Strong
648d8cb446
Bug 658094 - Partial updates for 5.0b1 on Mac fail. r=nrthomas
2011-05-19 10:04:06 -07:00
Taras Glek
2322d30923
Bug 627591: preload (xul|mozjs).dll on Windows when prefetch is off r=shaver
2011-05-06 12:57:36 -07:00
Tyler Downer
51a816c89b
Bug 471588 - Remove String docs. r=dbaron DONTBUILD
2011-05-06 12:43:35 -07:00
Mark Finkle
738e0f9a9f
Bug 654838 - Create a unique branding for Fennec beta [r=blassey]
2011-05-06 15:08:04 -04:00
Mark Finkle
0a9646e2c6
Bug 653717 - Add aurora branding to fennec [r=blassey]
2011-05-06 15:08:02 -04:00
Mike Hommey
af7c23b507
Bug 620931 part 7 - Make startup cache generation work better with new omni.jar handling. r=mwu
2011-05-06 11:26:30 +02:00
Mike Hommey
d1cc84e2b1
Bug 620931 part 6 - Add a -a option to xpcshell to set an application directory. r=bsmedberg
2011-05-06 10:40:51 +02:00
Mike Hommey
08de16b5ba
Bug 620931 part 5 - Enable omni.jar by default on xulrunner. r=bsmedberg
2011-05-10 15:50:15 +02:00
Mike Hommey
addaf9f17c
Bug 620931 part 4 - Fix resource://app/ to always point to the same as resource:///. r=bsmedberg
2011-05-10 15:50:15 +02:00
Jonathan Kew
4114d6051d
Bug 253317 - Provide hyphenation dictionary for justified text (android packaging) [r=blassey]
2011-05-05 16:03:01 +01:00
Benoit Jacob
0c9baae399
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
6264fb10fa
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
c2a19cd2e6
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
a37b1c3cf1
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
cb7a1ae33e
Bug 654719 - Remove WinCE code from testing/* ; r=cjones
2011-05-06 11:41:19 -07:00
Ed Morley
e7486342c4
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
98b1f87993
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
40016e520e
Bug 655025 - Fix zippity graph. r=dholbert
2011-05-06 11:45:17 +01:00
Mike Hommey
46d9307293
Bug 644608 - Implement full dependencies for expandlibs. r=ted
2011-05-03 09:33:45 +02:00
Ted Mielczarek
3e44d3b312
bug 654448 - don't call Typelib._sanitycheck after every merge in xpt_link. r=glandium
2011-05-16 08:04:47 -04:00
Shawn Wilsher
0bd47c1a80
Bug 657034 - Timed Expiration queries need to bind null too. r=mak
2011-05-16 12:42:05 +02:00
timeless@mozdev.org
0b0bbbb461
Bug 584316 - Fix DownloadManager usage of deprecated Storage binding APIs. r=sdwilsh
2011-05-16 12:41:28 +02:00
Dão Gottwald
fba89e815a
Update browser_urlHighlight.js for bug 657173
2011-05-16 12:40:40 +02:00
Hiroyuki Ikezoe
4a81dbcef5
Bug 657259 - Remove needless GTK_OBJECT macro. r=karlt
2011-05-16 11:07:37 +02:00
Serge Gautherie
56f713e188
Bug 603574 - Remove --disable-profile-guided-optimization support, Fix some unrelated nits. r=ted
2011-05-16 11:05:47 +02:00
Kai Liu
6e84a0a007
Bug 657262 - Use ThreeDShadow instead of ThreeDDarkShadow for the border for the location bar and search box in Windows Classic. r=dao
2011-05-16 11:04:52 +02:00
Gavin Sharp
932aad48a0
Bug 657173 - Don't format URL bar value when the URL bar is focused. r=dao
2011-05-14 16:38:59 -07:00
Richard Marti
9127c093f8
Bug 655691 - Use native button appearance for colorpicker buttons. r=dao
2011-05-16 11:00:39 +02:00
Tuukka Tolvanen
4a600e1853
Bug 290274 - [mozTXTToHTMLConv] 'clever formatting' of plaintext strips caret from superscript display (x^2 => x2); r=BenB,honzab
2011-05-16 08:59:18 +01:00
Michael Ventnor
b322549366
Bug 513006 - Some scrollbars disappear if GTK2 theme has scrollbar buttons turned off r=roc
2011-05-16 13:28:01 +10:00
Honza Bambas
01b21664bf
Bug 654707 - Crash [@ nsGlobalWindow::FireDelayedDOMEvents], r=jst
...
--HG--
extra : rebase_source : 0b41a8aab5a92192754c0a15ae563e40c60eb892
2011-05-04 07:49:00 -07:00
Justin Lebar
eef568fc90
Backing out rev 355db79ef6b6 due to orange.
...
--HG--
extra : rebase_source : 196fc1d1d009a9d9c02c5b2132e6d30721594fd6
2011-05-15 21:51:04 -04:00
Hiroyuki Ikezoe
29dc2eff25
Bug 656781 - More efficient way to use g_app_info_launch_uris and gnome_vfs_mime_application_launch, r=karlt
...
--HG--
extra : rebase_source : a97c1bdaf1b45d380c3b90d9abb2507c68ab5128
2011-05-12 20:55:00 -07:00
Phil Ringnalda
7dc9da1e17
Bug 657252 - Clean up some random packaging warnings, r=khuey
...
--HG--
extra : rebase_source : 44bc71af666ba46ecdfe7a0c90d8e8932518c1be
2011-05-15 18:07:38 -07:00
Justin Lebar
346784b907
Bug 656991 - Fix leak in nsStructuredCloneContainer::InitFromVariant. r=bz,igor
2011-05-15 20:29:19 -04:00
Justin Lebar
e1969f5e1d
Bug 655273 - SHEntries created by history.pushState should have their titles set. r=sicking
2011-05-09 14:54:36 -04:00
Justin Lebar
4468f646e5
Bug 646422 - push/replaceState should inform global history of the new URI's title. r=mak
2011-05-15 20:29:18 -04:00