Brad Lassey
7d572284f6
bug 674245 - App crashes when device switches its orientation from portrait to landscape and reversal for several times r=dougt
2011-07-26 12:12:36 -04:00
Doug Turner
769d560e77
Bug 673674 - Fennec freezes when viewing a non .txt file from disk. Mime handler was returning a valid type when it clearly didn't know. r=blassey
2011-07-26 23:50:47 -07:00
Michael Wu
6a28121ce1
Bug 671417 - Incorrect use of PRBool when other types are more appropriate or vice versa, r=bz,ehsan,dwitte,joe,vlad,luke,mak,roc
2011-07-26 23:43:37 -07:00
Michael Wu
3d255259df
Bug 668133 - Add telemetry probes for font enumeration, r=jtd
2011-07-26 23:42:53 -07:00
Benoit Jacob
002ad973d9
Bug 646825 - import ANGLE r702 - r=upstream
2011-07-26 11:53:47 -04:00
Paul ADENOT
a09cf85d8c
Bug 634997 - no synthetic bolding on Android. r=jdaggett
2011-07-26 10:04:55 -04:00
Ed Morley
941024e8ab
Bug 665541 - Remove unused instances of variable iface_info from xptcstubs_*.cpp; r=bsmedberg
2011-07-26 10:04:18 -04:00
Ehsan Akhgari
d7a278f38a
Bug 667512 - Do not return a bogus visual frame if we don't have any visual frames in reality; r=smontagu
2011-07-26 09:05:15 -04:00
Olli Pettay
1fb309ad40
bug 335998, strong parentNode, r=peterv
2011-07-26 14:11:14 +03:00
Michal Novotny
a16b9682fa
Bug 673808 - _CACHE_MAP_ is storing nsDiskCacheRecord structs with uninitialized data containing bits of Fx memory
2011-07-26 13:09:42 +02:00
Benoit Jacob
2bc65bec27
Bug 674042 - WebGL: crash in getUniformLocation with too long uniform identifiers - r=jrmuizel
...
This limits the length of uniform and attrib identifiers to 4095 characters, to steer clear GL implementation bugs with too long identifiers. The 4095 is totally arbitrary, all we know is that crashes happen after 2^22 chars.
2011-07-28 17:12:31 -04:00
Jeffrey Gilbert
a50f06d79d
Bug 674731 - WebGL/ANGLE interop with D3D layers requests incorrect extension - r=bjacob
2011-07-28 16:37:58 -04:00
Marco Bonardo
a132380d79
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-26 11:50:00 +02:00
Michael Wu
706be3a5e8
Bug 671185 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=mak,ehsan,taras,biesi,pike,khuey,dholbert,josh,bjacob,bsmith
2011-07-25 21:57:58 -07:00
Michael Wu
68b13123f1
Bug 664907 - Use MOZ_CHROME_FILE_FORMAT=symlink for omnijar builds, r=ted,Mitch
...
Turns on symlink on non-windows. It is questionable whether symlink works correctly on windows.
2011-07-25 21:57:37 -07:00
Michael Wu
1c77b4723b
Bug 664907 - Don't link to self when dealing with files in the object directory, r=khuey
...
When using files in the current working directory, JarMaker.py uses '.' as the base directory, which ends up giving us links like bookmarks.json -> ./bookmarks.json . This replaces '.' with the actual working directory to give us proper symlinks.
2011-07-25 21:57:28 -07:00
Michael Wu
4c7fd452ff
Bug 664907 - Move *.properties comment stripping to staging, r=khuey
2011-07-25 21:57:16 -07:00
Alex Pakhotin
c5574072c4
Bug 673199 - Gecko Alert "java.net.MalformedURLException: Protocol not found:" after getting an update notification that a build is available
2011-07-25 19:12:21 -07:00
Boris Zbarsky
7df8bf6eb3
Bug 667336. Make sure we don't overflow unsigned int on item(). r=peterv
2011-07-26 10:01:31 -04:00
Ben Turner
30225e926e
Bug 672086 - 'Workers: Recycle threads to prevent churn and stack recursion problems'. r=sicking.
2011-07-25 18:49:16 -07:00
Rafael Ávila de Espíndola
37a7cdc2f2
bug 672501 - pass MOZ_OPTIMIZE_LDFLAGS when checking for __thread support. r=ted
2011-07-25 20:43:00 -04:00
Rafael Ávila de Espíndola
b5682064de
bug 673789 - Fix Breakpad compilation on OS X 10.7 SDK by #ifdefing out PPC support when targeting 10.7. r=ted
2011-07-25 19:15:00 -04:00
Jeff Hammel
517f90cc22
Bug 659881 - mismatch during build due to build/manifestparser.py;r=ted
2011-07-26 12:40:47 -04:00
Luke Wagner
ecb709e7c9
Bug 673473 - Remove off-main-thread JSRuntime use in GetKeyPathValueFromStructuredData (r=bent)
...
--HG--
extra : rebase_source : 8148e64815ed0471c827cf5abbd6131f6a88bb52
2011-07-25 15:41:50 -07:00
Brendan Eich
f2d568f9a0
Tweak to skip-if not fail-if for bug 588061's shell-only test.
2011-08-01 14:45:57 -07:00
Marco Bonardo
f1fa1f8538
Bug 674486 - browser_410196_paste_into_tags.js leaks places.xul
...
r=dietrich
2011-08-01 23:09:22 +02:00
Marco Bonardo
2d60c84142
Bug 671001 - Use telemetry to collect common Places stats.
...
r=dietrich
2011-08-01 23:09:20 +02:00
Steve Fink
cd923d1651
Bug 673612 - JS shell help was missing functions added through jsdbgapi (r=cdleary)
...
--HG--
extra : rebase_source : 67668380cdbf28d7bbdc1fc5e39beaf386eb05ab
2011-07-26 15:55:43 -07:00
Steve Fink
2d93efacce
Bug 673627 - Make --enable-callgrind turn on --enable-profiling (r=dmandelin)
...
--HG--
extra : rebase_source : aefb887b05329fb2c80260160dcbd6f9b18ab815
2011-07-26 15:56:04 -07:00
Steve Fink
c319d416f7
Bug 673616 - Fix build with --enable-shared-js and --enable-shark (r=khuey)
...
--HG--
extra : rebase_source : 8ec038317f7381df27942bd529ef9225ebc6fb0e
2011-07-26 15:42:16 -07:00
Kyle Huey
4451e4fc3d
Merge m-c to b-s.
2011-07-25 11:35:30 -07:00
Philipp von Weitershausen
acab28bfc0
Merge m-c to s-c
2011-07-25 11:27:59 -07:00
Olli Pettay
c2d3b57f2f
Bug 673806, unlink animation controller, r=dholbert
2011-07-25 20:50:29 +03:00
Kyle Huey
8fdc989fae
Bug 673859: Don't overwrite the event's trusted flag in nsGenericElement::DispatchClickEvent. r=smaug
2011-07-25 10:35:25 -07:00
Kyle Huey
6ab62c5552
Bug 673940: Don't accidentally overwrite the environment's PYTHONPATH. r=ted
2011-07-25 10:20:43 -07:00
Rob Campbell
92ab56da5e
merge m-c to fx-team
2011-07-25 10:39:42 -03:00
Rob Campbell
a0681af350
Bug 662807 - Error bubbles for multiline messages in console look silly; r=dao
2011-07-25 10:36:36 -03:00
Marco Bonardo
6a8f9a5c42
Merge mozilla-inbound and mozilla-central
2011-07-25 14:14:13 +02:00
Walter Meinl
bf3c774fc0
Bug 670230 - [OS/2] missing includes in nsPluginInstanceOwner. r=daveryeo
2011-07-25 12:17:02 +02:00
Dão Gottwald
e46544b325
Bug 658738 - Trigger additional GC+CC runs. r=gavin
2011-07-25 12:11:31 +02:00
Matt Woodrow
ba6834dec3
Bug 670573 - Add glTex(Sub)Image2D wrappers that correctly handle stride and alignment. r=derf
2011-07-25 19:32:56 +12:00
Justin Lebar
3e07692ce3
Bug 672731 - Add UNITS_COUNT_CUMULATIVE to nsIMemoryReporter. r=njn
2011-07-24 23:56:50 -04:00
Alexander Surkov
b2d12a1e27
Bug 673757 - Do not process invalidation list while tree is created, r=tbsaunde
2011-07-24 20:15:37 -07:00
Matt Woodrow
071b50617b
Backed out changeset 39fef2383893
2011-07-25 13:18:23 +12:00
Matt Woodrow
0b746c54ed
Bug 670573 - Add glTex(Sub)Image2D wrappers that correctly handle stride and alignment. r=derf
2011-07-25 12:50:00 +12:00
Nicholas Nethercote
84505fba14
Bug 671150 - Add memory reporter for the JS PropertyTable. r=brendan.
2011-07-24 17:00:56 -07:00
Ehsan Akhgari
cadef9ec48
Merge mozilla-central and mozilla-inbound
2011-07-24 12:52:51 -04:00
Masayuki Nakano
fd858e2321
Bug 673315 part.1 selection change reason must be MOUSEUP_REASON when dragging for selection finishes normally r=smaug
2011-07-24 23:26:40 +09:00
Alexander Surkov
977682e668
Bug 660461 - attributes/test_obj_group.xul random fail | Can't get accessible for menu_item2.1, An error occurred - acc is null, r=tbsaunde
2011-07-24 21:45:23 +09:00
arno renevier
6b41f8ec70
Bug 561042 - remove http headers size limit. r=bz
2011-07-24 13:46:33 +02:00