Граф коммитов

247962 Коммитов

Автор SHA1 Сообщение Дата
Jesse Ruderman 02491c57ba Bug 659825 - Rename NS_DEPRECATED to MOZ_DEPRECATED to avoid conflict with Mac 10.7 SDK. r=jcranmer sr=bsmedberg 2011-06-08 09:34:02 +02:00
Brad Lassey 29499c3aaf Bug 661472 - fix building with crash reporter disabled. r=dougt 2011-06-02 01:44:27 -04:00
Dão Gottwald 4eb46ca35a fix JS error "onwizardfinish is not defined" in browser_bug435788.js 2011-06-08 07:34:35 +02:00
Mark Finkle bca7dec4c5 Bug 662101 - Support simple console.trace() in Fennec [r=wjohnston] 2011-06-08 01:20:06 -04:00
Mark Finkle d6f78c82fa Bug 661889 - Wrap notification buttons onto a second row instead of cropping the overflow [r=vingtetun] 2011-06-08 01:19:47 -04:00
Jeff Walden 94a29910cd Add a RangedPtr constructor accepting an array as a shorthand for RangedPtr(arr, N). rs=luke 2011-06-07 13:25:36 -07:00
Jeff Walden 8ae72ea738 Bug 662001 - Use RangedPtr<T> in one location outside js/src/ to verify that mfbt/RangedPtr.h is usable by non-JS code. r=bz 2011-06-06 11:02:35 -07:00
Jeff Walden 661571d30c Bug 662001 - Move js::RangeCheckedPointer<T> to mozilla::RangedPtr<T>, make it no longer implicitly convert to T*, and adjust users accordingly. r=cjones 2011-06-06 11:02:34 -07:00
Wes Johnston 52a822cf6c Bug 653141 - Disable locale picker until talos test profiles are updated. r=mfinkle 2011-06-07 14:26:18 -07:00
Wes Johnston 6a5521c32e Bug 658054 - Remove firstrun pages. r=mfinkle 2011-06-07 12:11:39 -07:00
Wes Johnston 1d363880de Bug 653141 - Allow language choice on first-run. r=mfinkle 2011-06-07 12:11:37 -07:00
Vivien Nicolas 179177d1fa Bug 653141 - Changing locales should be instant. r=bsmedberg 2011-06-07 12:11:35 -07:00
Oleg Romashin c78a0ad45c Bug 594418 - GLDefs.h GLsizeiptr, GLintptr gl types definition conflicts with khronos gl types r=bjacob 2011-06-07 11:42:22 -07:00
Jonathan Protzenko e6410e5f11 Bug 662126 - Audit ConfirmEx callers to ensure that aCheckState is not an uninitialized PRBool r=bz 2011-06-07 20:06:12 +02:00
Jonathan Protzenko d46827fed2 Bug 658351 - Add extra assertions to jsval.h to check for malformed JSBools r=bz 2011-06-07 20:05:08 +02:00
Benoit Jacob 01fae250a5 Bug 656277 - Prevent loading WebGL textures from cross-domain images - r=bzbarsky, a=jpr
This blocks using cross-domain images and tainted canvases as WebGL textures, in response to a timing attack allowing to get approximations of cross domain images' pixel data.

This is known to break legitimate Web content (e.g. bug 662570), so it's sad to have to land this. In the hopefully near future, a way forward will be implemented allowing affected Web content to resume working: we will allow cross-domain textures that have CORS approval. This is being coordinated with other WebGL implementers on the WebGL mailing lists.
2011-06-07 13:47:54 -04:00
Daniel Veditz a2125e0c41 bug 662309 speedbumps for archive formats, r=bsmedberg 2011-06-07 10:12:02 -07:00
Kyle Huey 354258d150 Bug 662403: Fix reftest-analyzer and leak-gauge to not use removed nsIDOMFile methods. r=bz
DONTBUILD
2011-06-07 10:03:02 -07:00
Kyle Huey c6be744fbc Bug 622403: Fix reftest analyzer and leak gauge to not use remove File object methods. r=bz
DONTBUILD
2011-06-07 09:53:35 -07:00
Geoff Lankow 39c430bcd9 Bug 653637 - Align detail view labels properly in the add-on detail view; ui-r=Boriss, r=dtownsend 2011-06-07 09:38:04 -07:00
Randell Jesup bea04639ac Bug 125608: Reduce size of nsStandardURLs by average of 27+ bytes. r=bz 2011-06-07 12:17:40 -04:00
Tatiana Meshkova 08886a8947 Bug 653133 - Crashtest for huge background-attachment:fixed background [r=cjones] 2011-05-13 17:00:01 +03:00
Tatiana Meshkova 2712ab6a70 Bug 653133 - Recover PRPackedBools order [r=roc] 2011-05-13 15:23:19 +03:00
Dão Gottwald e0abfe934e Bug 658738 - remove event listeners in browser chrome tests 2011-06-07 16:45:26 +02:00
Masayuki Nakano e12031569b Bug 661101 fix a nit of 9014863a7e2a in widget/src/os2/nsDeviceContextSpecOS2.cpp r=roc DONTBUILD 2011-06-07 18:42:54 +09:00
Raymond Lee 998810fd11 Bug 628061 - Panorama button should reflect the number of groups before Panorama has launched r=ian 2011-06-07 11:52:30 +08:00
Raymond Lee 7c51b5c01b Bug 656913 - Search results show wrong (old) tab title r=ian 2011-06-07 11:36:21 +08:00
Tim Taubert 68fade15e6 Bug 662117 - Intermittent browser_tabview_bug598375.js | Test timed out; f=raymond, r=ehsan 2011-06-07 11:21:56 +02:00
Mounir Lamouri f74ab87984 Merging cedar with mozilla-central. 2011-06-07 11:06:50 +02:00
Masayuki Nakano ff37b945be Bug 661101 backout a part of 9014863a7e2a which was included to the mq file unexpectedly 2011-06-07 16:44:56 +09:00
Masayuki Nakano 58feee75ac Bug 661101 widget should use mozilla::Preferences r=roc 2011-06-07 16:38:00 +09:00
Michael Ventnor 35529b1111 Bug 659549 - Tab bar scrolling using arrow buttons should use mozRequestAnimationFrame r=dao 2011-06-07 12:41:16 +10:00
Neil Rashbrook a3113725d8 Bug 660524 - Useless use of PromiseFlatString, r=surkov 2011-06-07 11:24:14 +09:00
Alexander Surkov b00a6062f5 Bug 659633 - don't traverse into XUL tree children when accessible tree is created, r=tbsaunde, f=marcoz 2011-06-07 11:24:01 +09:00
Alexander Surkov ab9effc9a6 Bug 660153 - comb next/prev accessible methods, r=tbsaunde 2011-06-07 11:23:13 +09:00
Nicholas Nethercote a7a6e77911 Bug 658814 - move gfx/surface/* reporters out of the "explicit" group to avoid double-counting of some meomry bytes and subsequent negative values in about:memory. r=jmuizelaar. 2011-06-07 12:17:01 +10:00
Chris Leary 8e33bd15ad Merge tracemonkey to mozilla-central. 2011-06-06 13:17:33 -07:00
Kyle Huey 4be4919017 Bug 662125: Fix nsDocShell::ConfirmRepost to initialize a PRBool before passing it through XPConnect. r=bz 2011-06-06 10:58:49 -07:00
Chris Leary 511f5c9006 Followup fix for merge, fix ifdef directive. 2011-06-06 09:58:15 -07:00
Chris Leary b1d3530553 Merge mozilla-central to tracemonkey. 2011-06-06 09:41:22 -07:00
Margaret Leibovic 1685509a2e Bug 661823 - Ctrl+F shouldn't work to open Find toolbar in about:permissions and should work to close existing Find bar. r=gavin 2011-06-06 08:15:21 -07:00
Margaret Leibovic acae1440a6 tests for Bug 661819 - Values for All Sites in about:permissions displays last selected site's values. r=gavin 2011-06-06 08:15:13 -07:00
Margaret Leibovic 1b37193d3f Bug 661819 - Values for All Sites in about:permissions displays last selected site's values. r=gavin 2011-06-06 08:14:07 -07:00
Margaret Leibovic 68fc53165b Bug 661791 - Rectify wording of "Clear all cookies" button in about:permissions to match the "Remove all cookies" button. r=gavin 2011-06-06 08:13:50 -07:00
Jacek Caban df683a2178 Bug 661517 - nsWebSocketHandler.cpp fails to compile on mingw-w64 r=mcmanus DONTBUILD 2011-06-06 13:16:22 +02:00
Nicholas Nethercote df04be1f66 Bug 656773 - Separate the process and the path in nsIMemoryReporter so that about:memory works in private browsing mode. r=sdwilsh, sr=roc. 2011-06-06 11:22:45 +10:00
Kyle Huey f288c2004f Back out Bug 622315 due to Bug 662200. 2011-06-05 16:22:09 -07:00
Kyle Huey 35b2ee8d9a Backed out changeset 52b9e864be0e due to Bug 662200. 2011-06-05 16:21:42 -07:00
Kyle Huey d0fb2e315c Bug 622315: Refuse to navigate if a navigation is already pending. r=bz 2011-06-05 12:09:47 -07:00
Kyle Huey 3f039eba79 Bug 661876: Remove obsolete nsIDOMFile methods/properties. r=sicking 2011-06-05 11:54:50 -07:00