Philipp von Weitershausen
|
d20c19d8e0
|
Merge mozilla-central to services-central
|
2011-06-09 12:40:13 +02:00 |
|
Marco Bonardo
|
cf4d0a80bd
|
Merge Places and mozilla-central
|
2011-06-09 12:14:24 +02:00 |
|
Peter Van der Beken
|
d7c1a29690
|
Fix for bug 662243 (Hook up more a11y classes to CC). r=davidb, r=surkov.
--HG--
extra : rebase_source : 832afa37757f6a6bca180bc867777fb57ed29ca5
|
2011-06-09 11:44:31 +02:00 |
|
Alexander Surkov
|
03b957e372
|
Bug 546812 - treegrid row has accessible name of tree accessible, r=tbsaunde
|
2011-06-09 18:09:05 +09:00 |
|
Dão Gottwald
|
b5093df6d9
|
Remove redundant Cc/Ci declarations from browser chrome tests. DONTBUILD
|
2011-06-09 09:38:27 +02:00 |
|
Jonathan Kew
|
61a25173b3
|
Bug 661471. Part 7: Only force GDI_CLASSIC rendering for specified fonts if a rendering mode has not been explicitly chosen in prefs. r=roc
|
2011-06-09 08:17:20 +01:00 |
|
Jonathan Kew
|
0883aa5a11
|
Bug 661471. Part 6.3: Only force DW to use specific ClearType modes if ClearType is actually enabled. r=roc
|
2011-06-09 08:13:13 +01:00 |
|
Robert O'Callahan
|
dca8b7c2d3
|
Bug 661471. Part 6.2: Handle dynamic changes to Cleartype enabled/disabled. r=jfkthame
|
2011-06-09 08:13:05 +01:00 |
|
Robert O'Callahan
|
b7d0fa0010
|
Bug 661471. Part 6.1: Expose cairo_win32_get_system_text_quality. r=jfkthame
|
2011-06-09 08:13:02 +01:00 |
|
Marco Bonardo
|
e8d61df141
|
Bug 593566 - Bookmarks with blank names are exported as garbage.
r=dietrich
|
2011-06-08 22:55:49 +02:00 |
|
Raymond Lee
|
70ca867897
|
Bug 633190 - Inconsistent animation behavior for creating new tab in Panorama r=ian
|
2011-06-09 04:21:20 +08:00 |
|
Tim Taubert
|
041baf891e
|
Bug 607108 - focus group name field after creating new group; f=raymond, r=ehsan
|
2011-06-09 12:45:38 +02:00 |
|
Philipp von Weitershausen
|
5070660f44
|
Bug 662178 - Ensure Utils.nextTick timers aren't GC'ed prematurely... by not using timers. r=rnewman
|
2011-06-08 18:12:12 +02:00 |
|
Philipp von Weitershausen
|
853997c9a7
|
Bug 662178 - Harden test_utils_namedTimer.js. r=rnewman
|
2011-06-08 18:12:12 +02:00 |
|
Philipp von Weitershausen
|
9b49ede2de
|
Merge mozilla-central to services-central
|
2011-06-08 18:09:45 +02:00 |
|
Philipp von Weitershausen
|
a3d9e024c6
|
Bug 660753 - Don't spin the event loop in the history tracker. r=rnewman
|
2011-06-08 17:10:29 +02:00 |
|
Philipp von Weitershausen
|
fa8e807b68
|
Bug 633266 - nsINavHistoryObserver: also pass in GUID whenever we pass in a URI. r=mak
Part 3: Implementation
|
2011-06-08 17:10:29 +02:00 |
|
Philipp von Weitershausen
|
91896359b2
|
Bug 633266 - nsINavHistoryObserver: also pass in GUID whenever we pass in a URI. r=mak sr=rstrong
Part 2: IDL changes
|
2011-06-08 17:10:29 +02:00 |
|
Philipp von Weitershausen
|
caea12e44b
|
Bug 633266 - nsINavHistoryObserver: also pass in GUID whenever we pass in a URI. r=mak
Part 1: Tests
|
2011-06-08 17:10:28 +02:00 |
|
Panos Astithas
|
bc257dd7eb
|
Bug 659910 - Evaluating console.log or other API messages in Scratchpad presents wrong source link in web console. r=rcampbell,gavin
|
2011-06-08 07:48:40 -07:00 |
|
ithinc
|
1113f74cc7
|
Bug 606884 - Remove the Places controller on view uninit.
r=mak
|
2011-06-08 15:18:50 +02:00 |
|
Marco Bonardo
|
b0617bee61
|
Merge Places and mozilla-central
|
2011-06-08 12:24:14 +02:00 |
|
Marco Bonardo
|
fb336b165f
|
Merge Places and mozilla-central
|
2011-06-08 12:21:07 +02:00 |
|
Mounir Lamouri
|
6c16669f4c
|
Bug 350022 (2/2) - Tests. r=bz
This patch also creates a forms/ directory inside content/html/content/tests/
to host the forms test suite.
|
2011-06-08 00:01:09 +02:00 |
|
Mounir Lamouri
|
79eec85022
|
Bug 350022 (1/2) - Don't save a radio button state if the user didn't interact with the group. r=bz
|
2011-06-08 00:01:25 +02:00 |
|
Patrick McManus
|
17f6728368
|
Bug 662414 - Provide error page for new necko error NS_ERROR_CORRUPTED_CONTENT. r=jduell
|
2011-06-08 09:35:26 +02:00 |
|
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 |
|
Rob Campbell
|
089b419bb1
|
merge m-c to devtools
|
2011-06-06 16:42:23 -03:00 |
|
Richard Newman
|
b193da0e78
|
Merge mozilla-central to services-central.
|
2011-06-06 12:35:38 -07:00 |
|
Philipp von Weitershausen
|
e198b5205d
|
Bug 662178 - Simplify timed callbacks. r=rnewman
|
2011-06-06 21:27:36 +02:00 |
|
Philipp von Weitershausen
|
275c82605a
|
Bug 658675 - Preload captcha. r=rnewman
|
2011-06-06 20:29:54 +02:00 |
|
Philipp von Weitershausen
|
20018a6dc0
|
Bug 662181 - "Deactivate this device" doesn't update UI instantly on slow internet connections. r=rnewman
|
2011-06-06 20:29:45 +02:00 |
|
Philipp von Weitershausen
|
b13093b615
|
Bug 650941 - Use run_next_test in test_resource_async.js. r=rnewman
|
2011-06-06 20:29:45 +02:00 |
|
Philipp von Weitershausen
|
c387a02dcc
|
Bug 662253 - Add FileUtils.openFileOutputStream to open non-safe file output streams. r=gavin
|
2011-06-06 20:29:34 +02: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 |
|
Richard Newman
|
1afec6d0c5
|
Bug 661972 - don't call Service.sync() with ancient fullSync param. r=philiKON
|
2011-06-06 07:49:13 -07:00 |
|
Tyler Downer
|
3635e5b1d6
|
Bug 660746 - Fix another typo. r=gavin
|
2011-06-05 10:07:15 +02:00 |
|
Phil Ringnalda
|
2bb34bb2ca
|
Bug 660504 - Use $(OS_TARGET) rather than ifndef ANDROID, which doesn't work in makefiles, to keep Android away from the parts of mozapps/update/ that require the updater binary, r=rs
|
2011-06-04 22:31:23 -07:00 |
|
Phil Ringnalda
|
2547f391bb
|
Bug 663596 - todo_is() the Android permaorange part of browser_bookmarks.js, r=mfinkle
|
2011-06-11 11:35:56 -07:00 |
|
Mike Hommey
|
6002346ba6
|
Bug 661910: Iterate over all component manifests when commenting out binary components during omnijar packing. r=khuey
|
2011-06-11 12:28:04 -07:00 |
|
Kyle Huey
|
a041aa3fde
|
Bug 661045: Devirtualize some RasterImage methods. r=joe
|
2011-06-11 12:23:00 -07:00 |
|
Kyle Huey
|
db131fe848
|
Bug 663483: IDB IDL includes jsapi.h when it wants jspubtd.h. r=bent
|
2011-06-11 12:22:21 -07:00 |
|
Wellington Fernando de Macedo
|
a746d0485b
|
Bug 659559 - Speed up test_bug338583.html. r=smaug
|
2011-06-11 19:09:41 +02:00 |
|
Josh Matthews
|
b33ef58901
|
Bug 663465 - Avoid derefencing null connection pointer when closing a websocket. r=mcmanus
|
2011-06-10 15:31:47 -04:00 |
|
bjarne@runitsoft.com
|
d706b41eb1
|
Bug 618835 - Cannot login to phpmyadmin if I made a typo during my first login attempt r=bz
|
2011-06-11 16:57:10 +02:00 |
|
timeless@mozdev.org
|
5475dd01c6
|
Bug 538724 Firefox 3.6.x + winxp topcrash starting ~Dec 30 and increasing [@ nsHttpTransaction::DeleteSelfOnConsumerThread() ]
r=biesi
|
2011-06-11 16:56:36 +02:00 |
|
Dão Gottwald
|
ef51dab09c
|
more random browser chrome test cleanup (no bug)
|
2011-06-11 16:54:23 +02:00 |
|
Steffen Wilberg
|
93d5df660d
|
Bug 435325: Offline mode error page should go online when clicking 'Try Again'. Add a goOnline() method to nsDOMWindowUtils, and call that from about:neterror in the netOffline case. ui-r=faaborg, r=bz, gavin.
|
2011-06-11 15:38:40 +02:00 |
|
ffxbld
|
7b0f36a3b5
|
Automated blocklist update from host mv-moz2-linux-ix-slave14
|
2011-06-11 02:43:48 -07:00 |
|
Geoff Lankow
|
22cc3fb3c7
|
Bug 659163 - Make menulists usable and useful in addon manager inline settings; r=dtownsend
|
2011-06-11 15:01:15 +12:00 |
|