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

279974 Коммитов

Автор SHA1 Сообщение Дата
Alexandre LISSY 54f5995338 Bug 783825 - Fix b2g breakage after bug 553102 - Part 2: wrap keyboard event detail [r=fabrice] 2012-08-19 12:00:22 -07:00
Fabrice Desré 3a6a1ec660 Bug 783825 - Fix b2g breakage after bug 553102 - Part 1 : fix mozChromeEvent events and system message manager [r=gal] 2012-08-19 12:00:19 -07:00
Phil Ringnalda 5c6d6db828 Merge mozilla-central to mozilla-inbound 2012-08-19 11:20:45 -07:00
Phil Ringnalda a1dd8177da Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-08-19 11:17:28 -07:00
Masayuki Nakano 17d75f38f0 Bug 422132 part.1 Store unused fractional scroll amount for later wheel events r=smaug 2012-08-20 01:46:21 +09:00
Ryan VanderMeulen 5867af3068 Merge the last PGO-green inbound changeset to m-c. 2012-08-18 19:10:45 -04:00
Kyle Huey 1cad803140 Bug 774888: Error out if there's no TimeStamp implementation. r=glandium 2012-08-18 12:15:22 -07:00
Kyle Huey e5307f0a9a Bug 773435: Remove some extraneous nsIImageLoadingContent includes. r=jlebar 2012-08-18 12:15:04 -07:00
Ryan VanderMeulen 2d4e83283e Merge the last PGO-green inbound changeset to m-c. 2012-08-18 07:22:18 -04:00
Saurabh Anand edc04e44aa Bug 730085 - Object.prototype.hasOwnProperty calls ToString on first argument before calling ToObject on this. r=evilpie 2012-08-18 15:51:52 +05:30
Tom Schuster 54cf1b2294 Bug 783016 - Make space for Int32 string type. r=luke 2012-08-18 18:15:51 +02:00
David Rajchenbach-Teller 877a376872 Bug 782303 - Serialize directory entries. r=froydnj 2012-08-18 12:26:35 -04:00
David Rajchenbach-Teller d823deabd9 Bug 776259 - Serialize file info. r=froydnj 2012-08-18 12:26:35 -04:00
David Rajchenbach-Teller fe2c20fbb6 Bug 771929 - Serialize numbers. r=froydnj 2012-08-18 12:26:35 -04:00
Justin Lebar 431379fa00 Bug 776132 - When the gonk AppShell is trying to shut down the OrientationObserver, don't call OrientationObserver::GetInstance() -- that might /create/ an orientation observer! r=cjones
--HG--
extra : rebase_source : 72ad44ea6edf1c170cb0af6fb3e207550c7bee15
2012-08-18 09:55:59 -04:00
Ed Morley 16944609f7 Bug 685516 - Mark more tests as random; rs=khuey 2012-08-18 14:49:50 +01:00
Ed Morley 5a6cb3b570 Backout 6943b37c68cc (bug 751809) for bug 783723 2012-08-18 14:11:13 +01:00
Mohit Sinha 2967f61c4e Bug 781189 - Remove rowline attributes from mtable-align-whitespace.html and mtable-align-whitespace-ref.html to fix intermittent failures. r=fwang 2012-08-18 08:32:07 -04:00
Masatoshi Kimura 11a5c57afc Bug 783532 - Remove DOMError::CreateForDOMExceptionCode. r=sicking 2012-08-18 08:25:49 -04:00
David Rajchenbach-Teller e9801e280b Bug 783284 - [OS.File] Rename *Time to *Date. r=froydnj 2012-08-18 08:25:49 -04:00
Marco Castelluccio 086e5b07ec Bug 780528 - Webapp uninstallation on Linux through desktop action. r=karlt 2012-08-18 08:25:48 -04:00
Marco Castelluccio be4a914c53 Bug 780530 - Notification after webapp uninstallation. r=mhommey 2012-08-18 08:25:48 -04:00
Ryan VanderMeulen 2a31543288 Merge m-c to inbound. 2012-08-18 08:27:10 -04:00
ffxbld 897d663179 Automated blocklist update from host bld-centos5-32-vmw-011 2012-08-18 03:07:31 -07:00
Shlomi Fish 2fb7bb3889 Bug 781808 - Don't fail to remove inexistent .pyc files during sdk packaging. r=glandium 2012-08-18 11:20:04 +02:00
Mike Hommey 3809e4278b Bug 781529 - Use -MMD flag for dependency generation instead of -MD. r=ted 2012-08-18 11:17:48 +02:00
Mike Hommey f458811d34 Bug 781461 - Work around mksh/pdksh bug in config.status.m4. r=ted 2012-08-18 11:17:29 +02:00
Jacek Caban 00b438ec82 Bug 782908 - Updated harfbuzz to current version r=jfkthame 2012-08-18 10:16:43 +02:00
Geoff Lankow 409cf6bf73 Bug 740289 - Check install.rdf has a valid combination of optionsType, optionsURL and/or options.xul in the add-on. r=Unfocused 2012-08-18 19:48:53 +12:00
Geoff Lankow 1ce209ace1 Bug 704751 - toolkit/mozapps/extensions/content/extensions.js should not use sync XHR; r=Unfocused 2012-08-18 19:48:53 +12:00
Bobby Holley 9a7444669f Bug 553102 - Make content-> access default to deny if __exposedProps__ is not defined. r=mrbkap 2012-08-17 23:14:55 -07:00
Bobby Holley aa8dadc330 Bug 553102 - Remove unnecessary SpecialPowers wrap in test_canvas.html. r=me
I put this in in bug 778420, but it looks like it wasn't necessary, since the
tests seem to pass without it. It's on the critical path for this longish-running
test, and it also breaks stuff with respect to __exposedProps__. Let's kill it.
2012-08-17 23:14:55 -07:00
John Schoenick 63b9adcf2c Bug 781126 - Part 2 - nsObjectLoadingContent should call shouldLoad and shouldProcess sanely. r=jst 2012-08-17 14:45:04 -07:00
John Schoenick ae11e94460 Bug 781126 - Part 1 - Browser content policy should check TYPE_OBJECT at shouldProcess rather than shouldLoad. r=jst 2012-08-17 14:45:04 -07:00
Lucas Rocha 5857b42262 Bug 766948 - Implement new Reader style (r=mfinkle) 2012-08-17 17:38:58 -04:00
David Keeler 4d855b443c Bug 767636 - Expose plugin fallback type to extensions. r=josh 2012-08-17 14:24:00 -07:00
John Schoenick d9a9552c16 Bug 783351 - Remove unused variable. r=josh 2012-08-17 14:24:00 -07:00
John Schoenick be7cfc5b23 Bug 782707 - Move waiting-on-channel bailout to after we potentially close it in nsObjectLoadingContent. r=josh 2012-08-17 14:24:00 -07:00
John Schoenick 112518a985 Bug 782703 - Ensure object tags get reloaded when unbound/rebound to the tree. r=josh 2012-08-17 14:24:00 -07:00
John Schoenick 24f80cbe7d Bug 767639 - nsObjectLoadingContent - Remove activeX stubs and simpify classid/java handling. r=josh 2012-08-17 14:23:59 -07:00
Justin Lebar aa6af0b7fa Bug 776129 - Part 2: Test that when a remote <iframe mozbrowser> calls window.open, we get a remote frame, and when an in-process frame calls window.open, we get an in-process frame. r=smaug
--HG--
extra : rebase_source : f58dbae038842c0357fa71b08a215f31ff2cc0db
2012-08-17 17:07:54 -04:00
Justin Lebar 8e0647cfe9 Bug 776129 - Part 1: When an <iframe mozbrowser> calls window.open, the resulting frame must be OOP iff the opener frame is OOP. r=smaug
--HG--
extra : rebase_source : 14db2573db5e9d8ffb72798f3d856f98e49f8a83
2012-08-17 17:07:54 -04:00
Karl Tomlinson ed6091b3ca b=709477 use precise region extents instead of loose clip extents for clip rect r=jrmuizel 2012-08-18 08:43:21 +12:00
Karl Tomlinson 5ed4f4071b add back 468496-1.html, accidentally disabled in 95977d7f113d (b=709477) 2012-08-18 08:55:14 +12:00
Bill McCloskey 98d4b4c7e0 Backout bug 783147 (12753a1a11b8 and 0a70fc2d7d25) for WinXP dbg M-3 failures 2012-08-17 12:55:52 -07:00
Steve Fink 49b32144a5 Bug 756267 - Move the internal logic to only call script destroy hook if create hook was called from inside the JS engine to JSD, and add a flag for controlling it. r=jorendorff
--HG--
extra : rebase_source : f561d1d2acf5980f2efd9faf019317bb3306e9b1
2012-08-17 10:23:21 -07:00
Paul Adenot 04b108ec2f Bug 762282 - Don't notify the HTMLMediaElement if we reach the end of the media while seeking for metadata. r=chris.double 2012-08-17 10:01:08 -07:00
Daniel Holbert b4ee6bbbe0 Bug 781869: Remove redundant "NS_FRAME_NO_MOVE_VIEW" bit in a few places where it's already implied from NS_FRAME_NO_MOVE_FRAME. r=dbaron 2012-08-17 12:04:06 -07:00
Brian Nicholson caac9d0b22 Bug 783601 - Remove extra textContent reference from getInnerText(). r=lucasr 2012-08-17 14:42:48 -04:00
Shu-yu Guo 23c5258d59 Bug 778559 - Implement ParallelArray API with sequential execution (r=dmandelin) 2012-08-17 10:38:59 -07:00