Brian Crowder
ddb2ac8192
Bug 617552: keep mEditable around and updating it selectively to fix a handful of input bugs, r=blassey, a=blocking-fennec=2.0b4 by dougt
2011-01-06 17:15:24 -08:00
Benoit Jacob
fdb9cba150
Bug 600079 - Crash in [@ @0x0 | mozilla::gl::GLContext::MarkDestroyed() ] - r=vlad, a=joe
2011-01-06 09:59:28 -05:00
Benoit Jacob
373c107ca8
Bug 622158 - Fix DirectX SDK platform detection - r=vlad, a=joe
2011-01-06 09:58:50 -05:00
Tatiana Meshkova
86662df445
Bug 621527: Ignore update if layer manager IsDestroyed(). r=cjones a=a
2010-12-27 08:48:00 -06:00
Brad Lassey
8ed50f5a38
bug 622979 - Update android:versionCode in AndroidManifest.xml in branded builds r=dougt a=blocking-fennec
...
--HG--
extra : rebase_source : e5d050610308be1493c92e84643b42621b9ffad7
2011-01-06 12:16:50 -05:00
Olli Pettay
6e39f63f72
Bug 606011 - (OSX) focus event not fired on click for elements made specially focusable via tabindex, r=enndeakin, a=blocking
...
--HG--
extra : rebase_source : f76cbeee1fad42d51e6529fbcf04d305a09a52c3
2011-01-05 15:23:37 +02:00
Josh Matthews
b5a83e0fe7
Bug 621365 - Update parent process' DOMStorage session-only status with that of the child. r=honzab a=blocking-fennec
2010-12-25 02:31:01 -05:00
Wesley Johnston
a7f041b099
Bug 611403 - Installing crashme-new.xpi fails to actually install [r=dtownsend a=blocking-fennec]
2011-01-06 10:27:55 -05:00
Stuart Longland
839b79f904
Bug 607190 - Add "mips" and "mipsel" to CPU_ARCH checks. r=khuey a=bsmedberg
2011-01-06 15:42:54 +01:00
Simon Montagu
8fdd42fcd1
Add 'overflow: hidden' to reftests for bug 600974 to workaround reftest failures in the scroll bars on WinXP. Bug 623459, a=tests
2011-01-06 00:58:47 -08:00
Jeff Muizelaar
0ef269b7fc
Bug 619578. Add Android HW info to GfxInfo. r=vlad,a=blocking-fennec
...
--HG--
extra : rebase_source : b5a08089a29f8df06494803d06eade5224b8f6a0
2011-01-05 23:54:32 -05:00
Jeff Muizelaar
d01407ff7f
Bug 619578. Add Android GfxInfo. r=vlad
...
A very basic implementation.
--HG--
extra : rebase_source : 7eac8fb407d7df6b7c82d5fc176ad14048653428
2011-01-05 23:54:31 -05:00
Jeff Muizelaar
8ad59d6cc2
Bug 623228. Avoid calling glDeleteFramebuffers(1, &0). r=vlad
...
The Droid phones have a bug where calling glDeleteFramebuffers(1, &0) hangs
instead of being ignored.
--HG--
extra : rebase_source : dcfc98792404c5526845c587a378fb200e4faa95
2011-01-05 23:54:29 -05:00
Jeff Muizelaar
9a36b6ccec
Bug 623228. Unify debug/release build gl wrappers. r=vlad
...
This will allow us to work around the Droid hangs
in a single place.
--HG--
extra : rebase_source : f7d51f5584d04a53cd192a46d1d265a74f4ac481
2011-01-05 23:54:27 -05:00
Chris Jones
3e974a81a0
Bug 623255: Ensure LayerOGL::Destroy is called for "orphaned" shadow OGL layers before the GLContext is deleted. r=vlad a=b
2011-01-05 22:54:47 -06:00
Chris Jones
68df72ea72
Test for bug 616441. a=b
2011-01-05 22:54:47 -06:00
Chris Jones
85d09be020
Bug 616414: Notify content processes when a pref has been cleared. r=dwitte
2011-01-05 22:54:47 -06:00
Blake Kaplan
617e140f0e
Bug 618871 - Try again to fix accessing content constructors from chrome through Xray wrappers. r=jst@mozilla.com, a=blocker
2011-01-05 20:28:19 -08:00
Brad Lassey
b195811fd6
Bug 608042 - Add ability to make fat android builds that extract APK to disk r=dougt a=blocking-fennec
...
--HG--
extra : rebase_source : 60be05d268c70c08a5979e6480e40add3dc72b9d
2011-01-04 15:10:53 -05:00
Doug Turner
75ef95bcdc
Bug 618533 - Remove tab from ContentChild. a=DONTBUILD
...
--HG--
extra : rebase_source : c13f6d12110cc35ec02774e6f7c4b57713e6dd34
2010-12-12 08:48:04 -08:00
Makoto Kato
c083e77aea
Bug 619670 - onLowMemory may not work on android. Need to forward event. r=dougt/blassey. a=blocking-fennec
...
--HG--
extra : rebase_source : eca6be2a6b82f2e2d2dd71870b036878afbbafa8
2010-12-21 00:01:00 -08:00
Tom Wuttke
ab6657885d
Bug 596481 - Geolocation sometimes hangs without returning result or running any callbacks. r=alon, a=blocking-2.0
...
--HG--
extra : rebase_source : 8ed6bf1b9223b15a6961ecdc71203a5c48ec64d5
2011-01-04 13:25:04 -08:00
Doug Turner
235415e850
Bug 613551 - JSGC_MAX_MALLOC_BYTES is too large on mobile. Pref change. [r=jst] a=blocking-fennec
...
--HG--
extra : rebase_source : 91601ad63a7b29966ce3ad8e944a712bf1e93bb1
2011-01-05 15:11:14 -08:00
Doug Turner
04c946cf13
Bug 613551 - "JSGC_MAX_MALLOC_BYTES is too large on mobile" [r=jst] a=blocking-fennec
...
--HG--
extra : rebase_source : 5899ff657273a08bed317edadc3eeab090d94208
2010-12-02 14:38:00 -08:00
Dan Witte
af4f48c099
Bug 580790 - Connection::initialize can access preferences off of the main thread. r=sdwilsh, sr=bsmedberg, a=betaN+
2011-01-05 16:32:31 -08:00
Neil Rashbrook
76524634bb
Bug 620267 Certain LFs following a <pre> or <textarea> get erroneously stripped r=hsivonen a=bz
2011-01-05 23:49:55 +00:00
Neil Rashbrook
238e6a0eb0
Bug 616810 Remove extraneous CRs r=khuey a=bsmedberg
2011-01-05 23:46:04 +00:00
Vladimir Vukicevic
02f7125137
no bug, remove debug printfs that snuck in, a=b
2011-01-05 14:57:48 -08:00
timeless@mozdev.org
a019ee0828
Bug 620968 GetUnixXDGUserDirectory can leave rv uninitialized ifdef MOZ_PLATFORM_MAEMO
...
r=dougt a=dougt
2011-01-05 14:17:10 -08:00
timeless@mozdev.org
224e3148f6
Bug 620905 rules.mk generally fails to set ELOG to print-failed-commands.sh for make -s
...
r=khuey a=bsmedberg
2011-01-05 14:17:10 -08:00
timeless@mozdev.org
a5ca200203
Bug 620907 js/src/build/unix is missing print-failed-commands.sh
...
r=khuey a=bsmedberg
--HG--
rename : build/unix/print-failed-commands.sh => js/src/build/unix/print-failed-commands.sh
2011-01-05 14:17:10 -08:00
timeless@mozdev.org
e1083e47dd
Bug 620269 unreachable code in nsPlatformCharset::GetDefaultCharsetForLocale if HAVE_LANGINFO_CODESET
...
r=smontagu a=bsmedberg
2011-01-05 14:17:09 -08:00
timeless@mozdev.org
2c8ced2484
Bug 619802 nsLocaleService::nsLocaleService leaks resultLocale when posixConverter->GetXPLocale() fails
...
r=smontagu a=bsmedberg
2011-01-05 14:17:09 -08:00
timeless@mozdev.org
dc92f0a831
Bug 617913 FuzzOneInvalidCaseConversion could check result of CaseInsensitiveCompare/CharByCharCompareEqual
...
r=smontagu a=bsmedberg
2011-01-05 14:17:09 -08:00
timeless@mozdev.org
454b199d40
Bug 607944 Canary fails to build with --disable-libxul (missing symbol XRE_GetProcessType)
...
r=cjones a=bsmedberg
2011-01-05 14:11:56 -08:00
timeless@mozdev.org
9bda36c7a6
Bug 587618 movePath:toPath:handler: is deprecated in UIMoveFile
...
r=ted a=bsmedberg
2011-01-05 14:11:56 -08:00
timeless@mozdev.org
57becf8ab1
Bug 585420 Drop files from intl and restore nsCaseConversionImp2
...
r=smontagu a=bsmedberg
2010-08-18 13:17:12 +03:00
timeless@mozdev.org
21e1e178d2
Bug 584969 Remove references to nsIFileSpec from the "supported" set in nsIPrefBranch
...
r=dveditz a=bsmedberg
2011-01-05 14:11:56 -08:00
Vladimir Vukicevic
7afd914e2a
b=523286; [webgl] fix webgl framebuffer attachment test and misc error type; r=bjacob, a=b
2011-01-05 13:08:53 -08:00
Vladimir Vukicevic
213b65d8ea
b=622956; [webgl] add stub extension mechanism, fixes extension tests; r=bjacob
2011-01-05 13:08:53 -08:00
Vladimir Vukicevic
8519d5a8e3
b=622957; [webgl] fix depth-stencil test and attachment point; r=bjacob
2011-01-05 13:08:53 -08:00
Vladimir Vukicevic
7214c89338
b=622959; [webgl] fix vertexattribpointer test; r=bjacob
2011-01-05 13:08:53 -08:00
Vladimir Vukicevic
c228ddb5ec
b=621986; fix webgl is-object test; r=bjacob
2011-01-05 13:08:53 -08:00
Vladimir Vukicevic
fb4b3ea6da
b=622961; [webgl] fix getparam/getuniform test; r=bjacob
2011-01-05 13:08:53 -08:00
Ian Gilman
38f7b0ba4a
Bug 617511 - bug fix for test breakage by 594644 r=dietrich, a=johnath
2011-01-05 12:54:35 -08:00
Ian Gilman
f5793cb68d
Bug 605935 - Use private-browsing-transition-complete instead of sessionstore-browser-state-restored r=ehsan a=dietrich
2010-11-03 11:14:27 -07:00
Ian Gilman
a2a34ef9c6
Bug 594644 part 2 r=dietrich a=blocking
2010-11-22 16:28:38 -08:00
Ian Gilman
ac8932f36d
Bug 594644 - Return from Private Browsing Mode, Panorama forgets tab groups, until Panorama is manually re-launched r=dietrich a=blocking
2010-10-08 15:59:24 -07:00
Ian Gilman
fe3827bbae
Bug 598795 - Clean up reconnect code once we have instant access to sessionstore r=dietrich, a=blocking
2011-01-05 12:54:34 -08:00
Chris Jones
36730f50aa
Bug 623285: Initialize gfxImageSurface.mData. r=bjacob a=blocking-fennec
2011-01-05 13:42:09 -06:00