ffxbld [Wed, 6 Jul 2011 03:17:33 +0000 (5 20:17 -0700)]
Added tag FIREFOX_6_0b1_BUILD1 for changeset
0d82a53ffaa6. CLOSED TREE a=release
--HG--
branch : GECKO60_2011070520_RELBRANCH
ffxbld [Wed, 6 Jul 2011 03:17:31 +0000 (5 20:17 -0700)]
Added tag FIREFOX_6_0b1_RELEASE for changeset
0d82a53ffaa6. CLOSED TREE a=release
--HG--
branch : GECKO60_2011070520_RELBRANCH
ffxbld [Wed, 6 Jul 2011 03:17:28 +0000 (5 20:17 -0700)]
Automated checkin: version bump for firefox 6.0b1 release. CLOSED TREE a=release
--HG--
branch : GECKO60_2011070520_RELBRANCH
Boris Zbarsky [Tue, 5 Jul 2011 16:37:59 +0000 (5 12:37 -0400)]
Version bump from 6.0a2 to 6.0
Boris Zbarsky [Tue, 5 Jul 2011 16:20:57 +0000 (5 12:20 -0400)]
Added tag BETA_BASE_20110705 for changeset
43e6c03cdb34 a=betamerge
Luke Wagner [Tue, 5 Jul 2011 16:05:50 +0000 (5 09:05 -0700)]
Bug 666094 - initCallFrameLatePrologue should ensureSlots (r=dvander,a=clegnitto)
Kyle Huey [Tue, 5 Jul 2011 05:10:33 +0000 (4 22:10 -0700)]
Bug 661876: Bustage fix. a=red
Kyle Huey [Tue, 5 Jul 2011 04:50:17 +0000 (4 21:50 -0700)]
Bug 661876: Bustage fix. a=red
Kyle Huey [Tue, 5 Jul 2011 03:25:08 +0000 (4 20:25 -0700)]
Bug 661876: Warn on usage of deprecated methods. r=sicking a=jst
Marco Bonardo [Thu, 16 Jun 2011 10:04:14 +0000 (16 12:04 +0200)]
Bug 663344 - Maintenance may cause history loss.
r=dietrich a=legneato
Doug Turner [Thu, 30 Jun 2011 22:00:42 +0000 (30 15:00 -0700)]
Bug 667919 - Add support for window.ondevicemotion and window.ondeviceorientation. r=smaug a=asa
Kyle Huey [Thu, 30 Jun 2011 21:42:15 +0000 (30 14:42 -0700)]
Bug 661582: XHR.response should return a Blob, not a File. r=sicking
Masatoshi Kimura [Thu, 30 Jun 2011 21:41:39 +0000 (30 14:41 -0700)]
Bug 661583: Hold onto the cache token if our response blob is backed by a cache file. r=sicking
Kyle Huey [Thu, 30 Jun 2011 23:08:37 +0000 (30 16:08 -0700)]
Back out Bug 667919 for turning aurora red. a=me
Kyle Huey [Thu, 30 Jun 2011 23:07:59 +0000 (30 16:07 -0700)]
Backed out changeset
506903048c61
Doug Turner [Thu, 30 Jun 2011 22:00:42 +0000 (30 15:00 -0700)]
Bug 667919 - Add support for window.ondevicemotion and window.ondeviceorientation. r=smaug a=asa
Jeff Walden [Tue, 28 Jun 2011 20:33:30 +0000 (28 13:33 -0700)]
Bug 667527 - Remove the array-length limitation from the method used in certain cases to append values to newborn arrays. r=dmandelin, a=johnath
Josh Matthews [Thu, 23 Jun 2011 16:46:38 +0000 (23 12:46 -0400)]
Bug 664821 - Use WrapNative correctly and wrap objects array to avoid compartment errors. r=mrbkap a=legneato
Alex Pakhotin [Fri, 20 May 2011 23:29:40 +0000 (20 16:29 -0700)]
Bug 658691 - remove android:debuggable="true" from AndroidManifest.xml r=blassey, a=johnath
Josh Matthews [Thu, 12 May 2011 10:26:05 +0000 (12 11:26 +0100)]
Bug 644325 - Enter the listener's compartment sooner, and use the correct scope for wrapping to avoid compartment mismatches. r=mrbkap a=legneato
Patrick McManus [Sat, 25 Jun 2011 14:49:42 +0000 (25 10:49 -0400)]
Bug 666997 - Firefox Crash @ mozilla::net::nsPreloadedStream::AsyncWait() r=biesi a=asa
Panos Astithas [Fri, 17 Jun 2011 08:13:16 +0000 (17 11:13 +0300)]
Bug 659778 - Web Console autocomplete is behind the Web Console window; r=ddahl,enndeakin approval-mozilla-aurora=asa
Benoit Jacob [Mon, 27 Jun 2011 17:27:04 +0000 (27 13:27 -0400)]
Bug 665934 - fix bug: arev was meant instead of amap - r=upstream, a=jpr
This patch has been taken in ANGLE upstream as r699.
Benoit Jacob [Fri, 10 Jun 2011 18:59:08 +0000 (10 14:59 -0400)]
Bug 663162 - Update ANGLE to r686 - r=joedrew, a=jpr
Just an ANGLE update, plus updating the list of failed tests on WinXP, also now properly reporting on unexpeced success (using todo(true) instead of ok(false))
spectre@armory.com [Wed, 29 Jun 2011 19:49:41 +0000 (29 14:49 -0500)]
Bug 663899. r=smichaud a=asa
Josh Aas [Wed, 29 Jun 2011 17:17:11 +0000 (29 13:17 -0400)]
Bug 660989 - Make NPPVpluginWantsAllNetworkStreams work with OOP plugins. r=bsmedberg a=asa
Doug Turner [Mon, 20 Jun 2011 16:40:52 +0000 (20 09:40 -0700)]
Bug 662678 - Follow to address renaming issues. r=ventnor a=asa
Doug Turner [Mon, 20 Jun 2011 05:36:17 +0000 (19 22:36 -0700)]
Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai a=asa
--HG--
rename : content/events/src/nsDOMOrientationEvent.cpp => content/events/src/nsDOMDeviceOrientationEvent.cpp
rename : content/events/src/nsDOMOrientationEvent.h => content/events/src/nsDOMDeviceOrientationEvent.h
rename : dom/system/android/nsAccelerometerSystem.cpp => dom/system/android/nsDeviceMotionSystem.cpp
rename : dom/system/android/nsAccelerometerSystem.h => dom/system/android/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.h => dom/system/cocoa/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.mm => dom/system/cocoa/nsDeviceMotionSystem.mm
rename : dom/system/nsAccelerometer.cpp => dom/system/nsDeviceMotion.cpp
rename : dom/system/nsAccelerometer.h => dom/system/nsDeviceMotion.h
rename : dom/system/unix/nsAccelerometerSystem.cpp => dom/system/unix/nsDeviceMotionSystem.cpp
rename : dom/system/unix/nsAccelerometerSystem.h => dom/system/unix/nsDeviceMotionSystem.h
rename : dom/system/windows/nsAccelerometerSystem.cpp => dom/system/windows/nsDeviceMotionSystem.cpp
rename : dom/system/windows/nsAccelerometerSystem.h => dom/system/windows/nsDeviceMotionSystem.h
rename : xpcom/system/nsIAccelerometer.idl => xpcom/system/nsIDeviceMotion.idl
Kai Engert [Wed, 29 Jun 2011 13:30:00 +0000 (29 14:30 +0100)]
Bug 596221, PSM should use new function to find encryption certificates of email recipients -- Original patch contributed by Juergen Brauckmann, enhanced by me -- r=rrelyea -- Should fix bug 558337 and bug 337430, too. a=asa
Mounir Lamouri [Wed, 29 Jun 2011 13:15:38 +0000 (29 15:15 +0200)]
Bug 665548 - r+a=jst
Jonathan Kew [Wed, 29 Jun 2011 09:12:45 +0000 (29 10:12 +0100)]
bug 663688 - prefer CGFont APIs to older ATS APIs on 10.6 or later. r=smichaud,roc,jdaggett approval-aurora=asa
Boris Zbarsky [Tue, 28 Jun 2011 15:19:18 +0000 (28 11:19 -0400)]
Bug 667520. Fix nth index cache to work correctly when nth-child selectors are only applied to some elements of a child list. r=dbaron, a=dbaron
Marco Bonardo [Thu, 23 Jun 2011 12:35:11 +0000 (23 14:35 +0200)]
Bug 659578 - Remember Password notification is cut off at the bottom.
r=dolske a=asa
Bas Schouten [Tue, 28 Jun 2011 02:43:16 +0000 (28 04:43 +0200)]
Bug 655836 - Follow up: Fix line accidentally removed when merging. r+a=bustage
Bas Schouten [Tue, 28 Jun 2011 00:40:06 +0000 (28 02:40 +0200)]
Bug 655836: Flush surface A when B changes and A has a pending drawing command dpending on B. r=jrmuizel a=clegnitto
Oleg Romashin [Thu, 16 Jun 2011 10:51:05 +0000 (16 12:51 +0200)]
Bug 660565 - HTML5 HW accelerated video is slow. r=roc, a=asa
--HG--
extra : rebase_source :
c2d54e8ce2befec82783d5387fa21024d5977963
Doug Turner [Mon, 27 Jun 2011 20:01:55 +0000 (27 13:01 -0700)]
Bug 654154 - GPSD not being used for Geolocation. r=blassey a=jpr
Benjamin Smedberg [Fri, 6 May 2011 15:24:05 +0000 (6 11:24 -0400)]
Bug 655098 - Root the jsid stored in NPObjectMemberPrivate.methodName, r=cdleary,mrbkap a=aurora
Benoit Jacob [Fri, 10 Jun 2011 19:05:10 +0000 (10 15:05 -0400)]
Bug 660466 - segfault in glxtest - check if a visual was found - r=karlt, a=jst
Benoit Jacob [Fri, 10 Jun 2011 19:04:20 +0000 (10 15:04 -0400)]
Bug 660466 - segfault in glxtest - check if any fbconfig was found - r=karlt, a=jst
Benoit Jacob [Fri, 17 Jun 2011 15:49:27 +0000 (17 11:49 -0400)]
Bug 659842 - [topcrash] release the GL context before calling glXDestroyContext - r=karlt, a=johnath
See the glXDestroyContext man page:
If GLX rendering context ctx is not current to any thread,
glXDestroyContext destroys it immediately. Otherwise, ctx is destroyed
when it becomes not current to any thread. In either case, the resource ID
referenced by ctx is freed immediately.
In other words, if we want glXDestroyContext to have the well-defined semantics
of destroying the context before future X commands take effect, we must first
release the GL context before calling it. We were failing to do that, but we
were destroying the drawable immediately after that call, and as a result, the
context was outliving its underlying drawable. This eventually resulted in
X_GLXMakeCurrent: GLXBadContextTag X errors on subsequent glXMakeCurrent calls.
* * *
Bug 659842 comment 86 - accidentally removed a glXDestroyContext call + fix a warning in opt build - r=trivial-fix
Benoit Jacob [Mon, 27 Jun 2011 17:27:04 +0000 (27 13:27 -0400)]
Bug 663823 - Cross-domain textures generate NS_ERROR_FAILURE instead of NS_ERROR_DOM_SECURITY_ERR - r=jrmuizel, a=clegnitto
This is a quite stupid patch in already stupid code; the reason why it's so dumb is that it has to determine whether the argument is a DOMElement or ImageData and we don't have a real ImageData interface, see bug 637077, so it has to use duck typing. We should revisit this whole code once bug 637077 is fixed.
Phil Ringnalda [Mon, 27 Jun 2011 14:54:08 +0000 (27 10:54 -0400)]
bug 663211: safebrowsing tests shouldn't load internet pages. r=ted, a=asa
Dave Townsend [Mon, 27 Jun 2011 14:52:34 +0000 (27 10:52 -0400)]
bug 663372: some addon manager tests fail when network access is shut off. r=bmcbride, a=asa
Doug Turner [Sun, 26 Jun 2011 15:14:09 +0000 (26 08:14 -0700)]
Bug 664996 Fix missing redraw when resuming application r=dougt a=dougt
Because I'd altered the way surface creation works, it was possible to
have a null buffer in surfaceChanged while having a valid surface size.
Instead of looking at the buffer pointers, I've replaced it with a
boolean that tracks whether the surface size is valid or not.
In addition, there was a typo that meant that synchronised redraws were
being skipped, as the object from mSyncDraws was taken and immediately
discarded.
Chris Lord [Thu, 16 Jun 2011 09:03:00 +0000 (16 02:03 -0700)]
Bug 661843 - GeckoSurfaceView may double memory requirement for painting. r=dougt a=mfinkle
Simon Montagu [Mon, 30 May 2011 15:19:13 +0000 (30 18:19 +0300)]
changeset: 70333:
188979b60337
user: Simon Montagu <smontagu@smontagu.org>
summary: Don't use cached inflow length for empty frames. Bug 660416, r=roc, a=asa
Paul Biggar [Mon, 6 Jun 2011 21:24:10 +0000 (6 14:24 -0700)]
Bug 660638: Add NULL check to Compiler::compileScript (r=jwalden, a=asa)
Mark Finkle [Fri, 24 Jun 2011 21:33:28 +0000 (24 17:33 -0400)]
Backout (string freeze) Bug 664774 - Loading and Install text has mixed capitalization [r=string-freeze a=stas]
Olli Pettay [Mon, 13 Jun 2011 08:22:00 +0000 (13 04:22 -0400)]
Bug 608021 - Delay message manager context destruction until context is not in use. r=jst a-mozilla-aurora=asa
Mihai Sucan [Fri, 24 Jun 2011 19:17:03 +0000 (24 16:17 -0300)]
Bug 660806 - Autocomplete shows during history navigation; r=rcampbell,dtownsend approval-mozilla-aurora=asa
Rob Campbell [Fri, 24 Jun 2011 19:16:59 +0000 (24 16:16 -0300)]
Bug 663746 - Change Scratchpad shortcut key to something other than F4; r=dao approval-mozilla-aurora=gavin.sharp
David Mandelin [Tue, 24 May 2011 22:05:55 +0000 (24 15:05 -0700)]
Bug 655368: Use Spidermonkey delete methods, r=gal, a=asa
Patrick McManus [Tue, 21 Jun 2011 14:49:04 +0000 (21 10:49 -0400)]
Bug 665518 - Websocket enforce high bit of 64 bit length r=biesi a=legneato
bjarne@runitsoft.com [Sat, 11 Jun 2011 14:57:10 +0000 (11 16:57 +0200)]
Bug 618835 - Cannot login to phpmyadmin if I made a typo during my first login attempt r=bz, a=drivers
Bjarne [Wed, 25 May 2011 22:23:05 +0000 (25 15:23 -0700)]
Fixing part of bug 659569. Fix issue with Firefox getting stuck in a redirect loop when connecting to Ubiquiti radio equipment. r=bzbarsky@mit.edu, a=drivers
Cameron McCormack [Thu, 23 Jun 2011 22:22:00 +0000 (24 10:22 +1200)]
Bug 640587 - Disable the swipe gesture half of the Elantech hack for driver versions < 8. r=jimm a=asa
Alon Zakai [Tue, 31 May 2011 20:36:38 +0000 (31 13:36 -0700)]
Bug 647802 - Fix for WebGL and decode on draw. r=joe a=johnath
Ehsan Akhgari [Wed, 22 Jun 2011 22:42:10 +0000 (22 18:42 -0400)]
Bug 595292 - browser_394759.js seems to hit network with dns failures; r=zpao a=jst
Daniel Holbert [Thu, 23 Jun 2011 05:21:47 +0000 (22 22:21 -0700)]
Bug 665209: Disable recursive image loads in content(). r=bz a=asa
Daniel Holbert [Thu, 9 Jun 2011 19:10:42 +0000 (9 12:10 -0700)]
Bug 662242: Swap out the old nsIURL IID for the new one, in nsBinaryInputStream::ReadObject. r=bz a=johnath
Brian Birtles [Wed, 15 Jun 2011 00:16:57 +0000 (15 09:16 +0900)]
Bug 650732 - Move interval change notifications into the timed element, r=dholbert a=LegNeato
Chris Lord [Tue, 14 Jun 2011 14:48:00 +0000 (14 07:48 -0700)]
Bug 663445 - StringIndexOutOfBoundsException in String.substring() via GeckoInputConnection.getExtractedText. r=mwu a=mfinkle
Doug Turner [Thu, 16 Jun 2011 18:49:38 +0000 (16 11:49 -0700)]
Bug 664774 - Loading and Install text has mixed capitalization. r=mfinkle a=mfinkle
Benjamin Stover [Tue, 14 Jun 2011 16:20:29 +0000 (14 09:20 -0700)]
Bug 656041 Some parts of page scroll at different rates in Fennec r=roc a=johnath
Dão Gottwald [Fri, 17 Jun 2011 06:07:03 +0000 (17 08:07 +0200)]
Bug 654411 - Use text color at 50% opacity instead of graytext to de-emphasize text in the location bar. r=roc ui-r=faaborg a=johnath
Randell Jesup [Wed, 22 Jun 2011 03:16:36 +0000 (21 23:16 -0400)]
Bug 660968: make jprof build shared library (NPOTB). r=khuey a=asa
Justin Lebar [Mon, 6 Jun 2011 19:26:00 +0000 (6 15:26 -0400)]
Bug 662170 - Navigating to anchor '#' should scroll to top of the page. r=bz, a=jst
Kyle Huey [Fri, 17 Jun 2011 17:48:03 +0000 (17 10:48 -0700)]
Backout Bug 661876 for red. a=me
Kyle Huey [Fri, 17 Jun 2011 17:13:53 +0000 (17 10:13 -0700)]
Bug 661876: Provide error console warning for obsolete APIs that are going away in the next Gecko revision. r=sicking a=jst
Mounir Lamouri [Fri, 17 Jun 2011 16:47:10 +0000 (17 18:47 +0200)]
Bug 662261 - Fix open dialog on MacOS X when mSelectedTypeIndex is out-of-range. r=joshmoz a=clegnitto
This is done in two steps:
1. Remove "filepicker.lastTypeIndex" preference which was actually the cause
of the described bug.
2. Don't fail if the value is out-of-range but fallback to a default value.
Josh Matthews [Mon, 13 Jun 2011 18:30:07 +0000 (13 14:30 -0400)]
Bug 663893 - Avoid null dereferences in websocket handler. r=mcmanus a=legneato
Josh Matthews [Fri, 10 Jun 2011 19:31:47 +0000 (10 15:31 -0400)]
Bug 663465 - Avoid derefencing null connection pointer when closing a websocket. r=mcmanus a=legneato
Ben Hearsum [Fri, 17 Jun 2011 11:57:54 +0000 (17 07:57 -0400)]
bug 664723: update removed-files.in for bug 643816. r=khuey, a=jst.
Jonathan Watt [Thu, 16 Jun 2011 13:47:04 +0000 (16 14:47 +0100)]
Bug 664708 - GetCharNumAtPosition should only accept native points. r=longsonr, a=jst.
Robert O'Callahan [Mon, 13 Jun 2011 01:42:48 +0000 (13 13:42 +1200)]
Bug 662898. Test,a=johnath
Robert O'Callahan [Mon, 13 Jun 2011 01:41:51 +0000 (13 13:41 +1200)]
Bug 662898. Set canvas drawImage source pattern after any shadow is drawn, so the source doesn't get clobbered by the shadow drawing. r=jrmuizel,a=johnath
Trevor Saunders [Thu, 16 Jun 2011 07:34:27 +0000 (16 09:34 +0200)]
Bug 659620 - Hang when trying to edit a page on WikiMo with NVDA running, r=surkov, a=clegnitto
Michael Wu [Mon, 16 May 2011 16:20:40 +0000 (16 09:20 -0700)]
Bug 648022: Backout bug 518230 for startup crashes, r=igor a=johnath
Nicholas Nethercote [Thu, 16 Jun 2011 01:01:27 +0000 (16 11:01 +1000)]
Bug 658814 - move gfx/surface/* reporters out of the "explicit" group to avoid double-counting of some memory bytes and subsequent negative values in about:memory. r=jmuizelaar, a=johnath.
Brendan Eich [Tue, 14 Jun 2011 23:07:29 +0000 (14 16:07 -0700)]
Bug 664009 - Fix a minor array bug that happens to break some code. r=jwalden, a=clegnitto
Ehsan Akhgari [Mon, 13 Jun 2011 19:22:43 +0000 (13 15:22 -0400)]
Backout bug 655703 because it may not be the right choice from the accessibility perspective; a=drivers
ffxbld [Sat, 11 Jun 2011 10:20:50 +0000 (11 03:20 -0700)]
Automated blocklist update from host moz2-linux-slave08
Panos Astithas [Fri, 10 Jun 2011 23:21:39 +0000 (10 16:21 -0700)]
Bug 659910 - Evaluating console.log or other API messages in Scratchpad presents wrong source link in web console. r=rcampbell,gavin a=gavin
Gavin Sharp [Mon, 30 May 2011 16:18:08 +0000 (30 12:18 -0400)]
Bug 659972: remove channel switcher UI, but leave channel status text (and don't remove strings), r=margaret, a=asa
--HG--
extra : rebase_source :
7c452af10ac50033c2ea96d53d7a8559b9ddbeab
Gavin Sharp [Tue, 31 May 2011 21:33:46 +0000 (31 17:33 -0400)]
Bug 658220: invoking bookmarklets by keyword should allow inheriting the current page's principal, r=dao, a=johnath
--HG--
extra : rebase_source :
2fc45337661633021681d8e2d933f226cf25fc60
Alexander Surkov [Fri, 10 Jun 2011 14:32:00 +0000 (10 16:32 +0200)]
Bug 659633 - Pseudo-hang when a XUL tree element is instantiated, r=tbsaunde, aurora port=tbsaunde, a=asa
Patrick McManus [Fri, 3 Jun 2011 00:48:06 +0000 (2 20:48 -0400)]
bug 660613 - websockets fix where platform has < 32bits of RAND_MAX r=biesi approval-mozilla-aurora=blizzard
Marco Bonardo [Thu, 2 Jun 2011 14:30:56 +0000 (2 16:30 +0200)]
Bug 659335 - Learn More links are broken in sync discovery dialogs.
r=dolske a=johnath
Jim Mathies [Fri, 27 May 2011 22:28:20 +0000 (27 17:28 -0500)]
Bug 658741 - Backout of focus related changes in bug 648935 due to plugin hang issues. r=bsmedberg a=asa
Dão Gottwald [Thu, 2 Jun 2011 20:34:12 +0000 (2 22:34 +0200)]
Bug 660391 - gURLBar.formatValue fails when exiting print preview, due to the URL bar not having a frame. r=gavin
Nicholas Nethercote [Fri, 10 Jun 2011 02:49:33 +0000 (10 12:49 +1000)]
Bug 654573 - asyncClose() a DB connection in about:permissions, to avoid crashes in about:memory, telemetry and Test Pilot. r=mak, a=gavin.sharp.
Fredrik Larsson [Sun, 29 May 2011 20:48:41 +0000 (29 22:48 +0200)]
Bug 659324. Add Moz prefix to the WebSocket constructor. r=sicking a=asa
Josh Matthews [Thu, 2 Jun 2011 11:11:54 +0000 (2 13:11 +0200)]
Bug 645532 - Make content process xpcshell print newlines. r=mrbkap a=gavin
Tatiana Meshkova [Fri, 13 May 2011 12:23:19 +0000 (13 15:23 +0300)]
Bug 653133 - Recover PRPackedBools order [r=roc, a=gavin]
Tatiana Meshkova [Fri, 13 May 2011 14:00:01 +0000 (13 17:00 +0300)]
Bug 653133 - Crashtest for huge background-attachment:fixed background [r=cjones, a=gavin]
Benoit Jacob [Tue, 7 Jun 2011 17:44:35 +0000 (7 13:44 -0400)]
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.
Philipp von Weitershausen [Mon, 6 Jun 2011 18:29:45 +0000 (6 20:29 +0200)]
Bug 662181 - "Deactivate this device" doesn't update UI instantly on slow internet connections. r=rnewman, approval-mozilla-aurora=clegnitto
Robert Strong [Mon, 6 Jun 2011 23:51:07 +0000 (6 16:51 -0700)]
Fix Mac universal xulrunner packaging for omnijar and appp update precomplete generation for Bug 653971 - Mac XULRunner packaging broken by bug 386760. r=nthomas, r=khuey, a=asa
Wes Johnston [Mon, 6 Jun 2011 18:24:26 +0000 (6 11:24 -0700)]
Bug 659402 - Dispatch Browser:Mouseclick messages to full screen video controls. r=mbrubeck a=mfinkle