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

267791 Коммитов

Автор SHA1 Сообщение Дата
Justin Lebar cad9c02c19 Back out changesets 6a2c57fa8edf, 34526f45d863 (bug 737307) due to web-facing regressions (e.g. bug 739478). r=bz
--HG--
extra : rebase_source : 4b595ee4ef7ab60a1d831bf50f1c973161e3187c
2012-03-26 17:10:07 -07:00
Robert Strong 885df8ebbc Bug 491947 - Disable DDE shell integration. r=jmathies 2012-03-26 12:45:29 -07:00
Peter Van der Beken ffde1d1745 Bug 732377. Add the API for the new DOM bindings to XMLHttpRequest. r=bzbarsky 2012-03-26 08:38:06 -07:00
Peter Van der Beken 680de8d850 Fix for bug 739898 (Stop using enablePrivilege in test_bug480509.html). r=bz. 2012-03-27 16:31:36 -07:00
Margaret Leibovic 2a4d3075d0 Bug 740094 - Folder icon doesn't appear anymore. r=lucasr 2012-03-28 14:14:30 -07:00
Margaret Leibovic f9d129b4d8 Bug 736278 - (2/2) Add always/never permissions for click-to-play plugins. r=mfinkle 2012-03-27 14:36:25 -07:00
Margaret Leibovic 834afc0600 Bug 736278 - (1/2) Add support for checkbox in doorhanger message. r=mfinkle 2012-03-27 14:36:20 -07:00
Mark Finkle f29726e93f Bug 697309 - Add support for the Open Web Apps API (core) r=fabrice 2012-03-28 16:55:10 -04:00
Mounir Lamouri 1a6e0dd53f Bug 733142 - Attempt to fix crash in GeckoNetworkManager when onDestroy() is called. r=dougt 2012-03-28 13:29:41 -07:00
Eitan Isaacson f1fc404d05 Bug 738741 - Map Android's KEYCODE_DPAD_CENTER to DOM_VK_ENTER. r=mbrubeck 2012-03-28 22:11:55 +02:00
Oonishi Atsushi 3f253a7806 Bug 680727 - Part 2: docshell should pass a reloaded page to global history. r=smaug 2012-03-28 21:51:01 +02:00
Oonishi Atsushi 2231b2fb05 Bug 680727 - Part 1: IHistory::VisitURI should accept a reloaded URI. r=mak 2012-03-28 21:50:59 +02:00
Daniel Holbert e1d1b4008c Bug 740067: Make nsCSSFrameConstructor::CreateNeededTablePseudos return void. r=bz 2012-03-28 12:43:15 -07:00
Justin Lebar a3a4cffe1f Bug 736688 - Part 6: Add BrowserElementAPI.js, implementing loadstart, loadend, locationchange, and the window.{top,parent,frameElement} override for <iframe mozbrowser>. r=smaug
--HG--
extra : rebase_source : 7ed3e56bbf06d97a9b0127eecf87128c5389a1b1
2012-03-28 11:36:50 -07:00
Justin Lebar e71a362f01 Bug 736688 - Part 5: Remove window.{top,parent,frameElement} mozbrowser changes in nsGlobalWindow (undoes changes from bug 725796). r=smaug
--HG--
extra : rebase_source : fdeccb7e995229cdbc6ebd945109fe8441f9f525
2012-03-28 11:36:49 -07:00
Justin Lebar 1c274793d6 Bug 736688 - Part 4: Remove mozbrowser code from nsGenericHTMLFrameElement (undoes changes from bug 710231). r=smaug
--HG--
extra : rebase_source : 3bcc94bca02c4c39fb987c27555ed698c44fe61d
2012-03-28 11:36:04 -07:00
Justin Lebar f502189450 Bug 736688 - Part 3: Make browser frame tests run faster by loading empty pages instead of example.com/example.org (which is the huge, root mochitest file). r=smaug
--HG--
extra : rebase_source : fcb9fbaaa45fc92098c66a20826fe3bb7f15b62c
2012-03-28 11:36:03 -07:00
Justin Lebar e8fc260ad9 Bug 736688 - Part 2: Move browser frame tests to their own directory. r=smaug
--HG--
extra : rebase_source : b8c03a5cc74b528fce8b4bb7ff77f9a25ab85800
2012-03-28 11:36:03 -07:00
Justin Lebar b4be644555 Bug 736688 - Part 1: Fix up browser frame tests. r=smaug
--HG--
extra : rebase_source : 393c45bdb8d1eaa55be46dc5a6428b20d44cb013
2012-03-28 11:36:01 -07:00
OHZEKI Tetsuharu 63ba62ea21 Bug 647951 - Fix for "window.top.XULBrowserWindow is null" error. r=mak 2012-03-28 20:35:13 +02:00
Dão Gottwald cadaa6fc56 Bug 739915 - Remove Firefox 2 UI migration code. r=gavin 2012-03-28 20:34:37 +02:00
Brian Nicholson da32b42353 Bug 726001 - Use BufferedHttpEntity for fetching favicons. r=mfinkle 2012-03-28 11:14:19 -07:00
Jonathan Kew d9ec68781c bug 739925 - port OTS bug-fix from upstream rev.83. r=jdaggett 2012-03-28 11:12:51 -07:00
Chris Lord 936d09f4bc Bug 739604 - Split out dumping of paint buffers from paint lists. r=mattwoodrow
Split dumping of paint buffers into a separate environment variable, vs.
dumping of paint buffers to allow for dumping only of paint lists.
2012-03-28 19:10:28 +01:00
Chris Lord 17b8666a47 Bug 739604 - Check if output file is valid before printing. r=mattwoodrow
Check that gfxUtils::sDumpPaintFile isn't NULL before calling print functions
in Layers.cpp:WriteSnapshotToDumpFile_internal().
2012-03-28 19:10:22 +01:00
Chris Lord 1ada800e6e Bug 739604 - Don't leave mCurrentImage in an inconsistent state. r=ajuma
Setting MOZ_DUMP_PAINT_LIST when using tiled textures was causing crashes, one
of which was due to TextureImage function calls happening outside of tile
iteration and accessing invalid memory.

Fix this crash by reverting NextTile behaviour to never leave mCurrentImage
point to an invalid tile, as was the case prior to bug 732917.
2012-03-28 19:10:10 +01:00
Mounir Lamouri d6df12eebc Bug 739840 - Make nsDOMEventTarget subclasses inherit from nsDOMEventTargetHelper first. r=khuey 2012-03-28 10:29:14 -07:00
Ed Morley c71d8102c5 Merge again 2012-03-28 18:20:26 +01:00
Gavin Sharp 46e59eb863 Bug 739793: add old version to post-update whatsnew URL to allow differentiating various upgrade scenarios, r=mak
--HG--
extra : transplant_source : %94%F1O%DEK%D0n%F3%F5%07%7D%20%C7%E2%C6%3C%922%01%DB
2012-03-28 09:56:56 -07:00
Ed Morley 8601f671dd Merge mozilla-central to mozilla-inbound 2012-03-28 17:37:32 +01:00
Luke Wagner 9dd56c77d3 Fix warnings in js/src (no bug, r=me) 2012-03-28 09:11:54 -07:00
Luke Wagner 538bf24c70 Bug 739520 - rm JSOP_SETLOCALPOP (r=bhackett)
--HG--
extra : rebase_source : d81a637b6b8ba873a78ea6971b3ef5010a0823a3
2012-03-26 22:29:55 -07:00
Luke Wagner 9fb0d43934 Bug 736742 - Fix decompiler precedence for destructuring assignment with comma-expression (r=jorendorff)
--HG--
extra : rebase_source : d38dc6e2eec3a90e5bf1d86862da4734d374e6e2
2012-03-27 14:48:10 -07:00
Luke Wagner 80a5106175 Bug 739685 - rm useless makeAtom calls in BindNameToSlot (r=dvander)
--HG--
extra : rebase_source : 9c057d2e9a07738cdc2b6530c3d5aae79f6cb095
2012-03-26 22:33:28 -07:00
Chris Jones b911986f79 Bug 739145: Enable b2g updates. pending-r=gal (npotb) 2012-03-26 00:46:21 -07:00
Chris Jones d3ef250e1c Bug 739137: Try harder to ensure that b2g shuts down when we ask it to. r=fabrice 2012-03-26 00:46:21 -07:00
Michael Wu 1efacca656 Bug 739118 - Pad AudioTrack to match android's expectations, r=cjones NPOTB 2012-03-25 19:52:09 -07:00
Chris Jones 35f15fedc4 Bug 739115: Add runtime checks for ICS and select libnetutils interface and wpa_supplicant states appropriately. r=gal (npotb) 2012-03-25 19:40:09 -07:00
Michael Wu 3c93531706 Bug 739108 - Set android_sdk_version on gonk, r=cjones 2012-03-25 18:52:03 -07:00
Ed Morley 32c252e50a Merge mozilla-central and mozilla-inbound 2012-03-25 11:39:22 +01:00
Michael Wu ext:(%20%28and%20others%29) 173b54c604 Bug 737199, part 2: Port Gonk nsAppShell to the ICS InputReader. r=cjones,gal pending-r?mwu (npotb) 2012-03-25 03:06:02 -07:00
Michael Wu f55b3719b0 Bug 737173, part 2: Port AudioManager and libsydneyaudio to the new import. r=cjones (npotb) 2012-03-25 02:11:05 -07:00
Michael Wu 59e3d3ad88 Bug 737173, part 1: Import the Gingerbread/Ice Cream Sandwich-compatible audio client code. r=cjones (npotb) 2012-03-25 02:11:05 -07:00
Michael Wu ext:(%20%28and%20others%29) 31dc786f73 Bug 737199, part 1: Import the Ice Cream Sandwich version of InputReader and friends to get off the treadmill of an internal interface. r=cjones,mwu (npotb) 2012-03-25 02:11:05 -07:00
Kan-Ru Chen f4f6b1f114 Bug 739019: Allow chrome code to use PowerManager. r=cjones 2012-03-25 00:11:00 -07:00
Chris Jones a55c2243b8 Bug 739020: Restore ANDROID_SOURCE so that the stagefright plugin knows where to find the gonk/android code it needs. r=mwu 2012-03-25 00:00:06 -07:00
Doug Turner 7bc438e9f5 Bug 734855 - Rename DeviceMotion to DeviceSensors. Review comments address r=mwu 2012-03-24 17:30:03 -07:00
Doug Turner 9129ad3159 Bug 734855 - Rename DeviceMotion to DeviceSensors. r=mwu
--HG--
rename : dom/system/nsDeviceMotion.cpp => dom/system/nsDeviceSensors.cpp
rename : dom/system/nsDeviceMotion.h => dom/system/nsDeviceSensors.h
rename : xpcom/system/nsIDeviceMotion.idl => xpcom/system/nsIDeviceSensors.idl
2012-03-24 17:29:57 -07:00
Doug Turner ec38c98821 Bug 734855 - Device Orientation - Make EnableDeviceMotion finer grain. r=mwu 2012-03-24 17:29:49 -07:00
Oleg Romashin b37b81ea3d Bug 738865 - Use Small Tiles should not be Android only. r=chrislord.net,bgirard 2012-03-24 18:08:06 -04:00