Ed Morley
713d051a87
Merge tip of m-c to m-i (will need clobber)
2011-08-25 08:45:33 +01:00
Ben Turner
b31d6931af
Bug 677273 - 'Crash in mozilla::dom::workers::WorkerPrivate::RescheduleTimeoutTimer'. r=sicking.
2011-08-26 00:34:10 -07:00
Ed Morley
cba35094d2
Merge last green changeset of mozilla-inbound to mozilla-central
2011-08-25 01:09:05 +01:00
Mats Palmgren
2a3ab3078e
Bug 653649 - New way of getting child lists from frames. (part 5/5) r=roc
...
Add a kPrincipalList alias in nsCSSFrameConstructor.cpp to avoid
the nsIFrame:: prefix in numerous places.
2011-08-24 22:54:30 +02:00
Mats Palmgren
f1c56f2e22
Bug 653649 - New way of getting child lists from frames. (part 4/5) r=roc
...
Remove the nsIAtom* child list names and use child list ID enum instead.
2011-08-24 22:54:30 +02:00
Mats Palmgren
2c56109b0d
Bug 653649 - New way of getting child lists from frames. (part 3/5) r=roc
...
Update GetAdditionalChildListName consumers to use the new
child list iterator instead.
2011-08-24 22:54:29 +02:00
Mats Palmgren
605a290f3b
Bug 653649 - New way of getting child lists from frames. (part 2/5) r=roc sr=dbaron
...
Implement GetChildList(ChildListID) and GetChildLists(nsTArray<ChildList>*)
for various frame classes. Remove GetAdditionalChildListName(PRInt32)
methods and associated macros and list index constants.
2011-08-24 22:54:29 +02:00
Mats Palmgren
36202edfbd
Bug 653649 - New way of getting child lists from frames. (part 1/5) r=roc sr=dbaron
...
Add types to represent identifiers for frame child lists, sets of those
identifiers, and iterators over the child lists of a frame.
Define a enumeration type FrameChildListID representing all of the types
of child lists that frames have (each with a unique bit), a class
FrameChildListIDs for representing any set of FrameChildListID, and a
class FrameChildListIterator for iterating over all of the child lists
of a frame.
2011-08-24 22:54:29 +02:00
Boris Zbarsky
d255cf2b24
Bug 659350 part 6. Add various tests for the on* properties. r=smaug
2011-08-24 15:49:26 -04:00
Boris Zbarsky
1c9abe2f8d
Bug 659350 part 5. The guts of the change to move from storing inline event handlers on the JSObject to storing them in the event listener manager directly, so we can easily set/read them via IDL.
...
The changes here are as follows:
1) nsIJSEventListener now stores the handler. This is guaranteed to be already bound properly, if needed, before being set in the nsIJSEventListener.
2) The old classinfo glue to deal with on* properties is gone.
3) IDL-based methods for on* properties have been added.
2011-08-24 15:49:25 -04:00
Boris Zbarsky
d189b7ba20
Bug 659350 part 4. Change some tests that depend on the old behavior where inline event handlers hang directly off the JSObject to not depend on it. r=smaug
2011-08-24 15:49:25 -04:00
Boris Zbarsky
621f69c2c1
Bug 659350 part 3. Add nsITouchEventReceiver for elements. r=smaug
2011-08-24 15:49:25 -04:00
Boris Zbarsky
65b18775af
Bug 659350 part 2. Add nsITouchEventReceiver for windows. r=smaug
2011-08-24 15:49:25 -04:00
Boris Zbarsky
467edd9085
Bug 659350 part 1. Add an nsITouchEventReceiver interface that will hold the touch-related on* properties, make it possible to declare conditional interfaces in classinfo, and make this new interface conditional on the touch event preference for documents. r=smaug,peterv
2011-08-24 15:49:25 -04:00
Matt Brubeck
c165ff1612
Bug 681718 - Fix JS errors from text selection when long-tapping on local pages [r=mfinkle]
2011-08-24 12:38:40 -07:00
Sriram Ramasubramanian
abf475f3c6
Bug 680933 - long tapping on a tab from last time at about:home does not bring up the context menu [r=mbrubeck]
2011-08-24 12:38:40 -07:00
Mounir Lamouri
6234290d02
Bug 681666 - Add formNoValidate attribute to test_button_attributes_reflection.html r=Ms2ger
2011-08-24 21:32:06 +02:00
Chris Lord
4d3019a1b9
Bug 675908 - Fix TiledTextureImage updates. r=joe,romaxa
...
TiledTextureImage breaks BeginUpdate/EndUpdate in these cases:
- The update is encompassed by more than one tile
- The update is encompassed by a single tile that isn't the first tile
- The update is a non-rectangular region that covers more than one tile
Fixed by using signed instead of unsigned integers in tile loops, correcting
an incorrect device offset and correcting the region returned by BeginUpdate.
2011-08-24 20:21:53 +01:00
Jonathan Griffin
2a9adb8f59
Bug 673285 - Remove unnecessary timeouts in test, r=smaug, a=testonly
...
--HG--
extra : rebase_source : d4dd42e4233e478edf1024536751a225ff1e0428
2011-08-24 10:47:54 -07:00
Rafael Ávila de Espíndola
113e49cebd
Bug 674647 - Fix mozconfig.leopard for machines without universal IDL builds.
...
Our 10.6 bots only have a 64 bit version of IDL, so we have to do a cross
compile when targeting a 32 bit 10.5.
DONTBUILD
2011-08-24 13:42:20 -04:00
Mounir Lamouri
e02ab94c09
Bug 678820 - nsAttrAndChildArray shouldn't ask for a new slot in the mapped attributes object when it is not needed. f=bz r=sicking
2011-08-24 19:27:52 +02:00
Brandon Sterne
6966c670a3
Bug 679772 - Send cookies and HTTP auth with CSP report requests, r=dveditz
2011-08-24 09:53:56 -07:00
Oleg Romashin
8f2bbbce9e
Bug 677712 - Make Qt port support No X11 build; r=dougt,joe
...
--HG--
rename : dom/plugins/ipc/NPEventX11.h => dom/plugins/ipc/NPEventUnix.h
2011-08-24 17:15:58 +01:00
Benoit Jacob
872f549d6a
Bug 681400 - import ANGLE r739 - r=upstream
2011-08-24 11:32:17 -04:00
Landry Breuil
3b0410e4e6
Bug 679324 - Don't show the update channel on the about dialog if the updater is disabled; r=margaret
2011-08-24 15:48:02 +01:00
Stephen Horlander
5ad8b0c2dc
Bug 679708 - Update toolbar icon styling for 10.7 Lion. r=dao
2011-08-24 10:36:24 -04:00
Igor Bukanov
73421b2ec0
bug 680755 - replacing last frame checks with an auto class. r=jorendorff
2011-08-21 16:23:48 +02:00
Jonas Sicking
3cf6d963ce
Bug 681870: Properly ensure that only one window opens indexedDB prompts. r=bent
2011-08-24 23:14:55 -07:00
Daniel Holbert
46861b7709
Bug 666901 followup: remove now-unused variable 'rv'. r=masayuki
2011-08-24 19:28:07 -07:00
Josh Matthews
9a5e780699
Bug 674738 - Geolocation XPCShell test really slow on Windows 7 build slave. r=jdm/dougt
2011-08-24 11:36:00 -04:00
Chris Double
cc675370ca
Bug 648595 - Part 2/2: Tests for temporal media fragments support - r=cpearce
...
--HG--
extra : rebase_source : 45e62dc05dff2660a07b43989cdb179e91ac31a5
2011-08-25 11:42:27 +12:00
Chris Double
b95429c9e0
Bug 648595 - Part 1/2: Implement temporal dimension portion of Media Fragments URI specification for video/audio - r=cpearce
...
--HG--
extra : rebase_source : f9b5986e739a091c37caeb882904434f21fb6d81
2011-08-25 11:42:23 +12:00
Matt Brubeck
48ece42cd0
Back out da55a48b990f and e6e157c073cc and f43d16688b14 because of Android test failures
2011-08-24 17:10:09 -07:00
Jason Orendorff
4549bc9ad1
Bug 677386 - Fix jsdbg2 breakpoint GC rules. r=billm.
2011-08-24 18:42:19 -05:00
Jason Orendorff
b46ef3a251
Fix a breakpoint GC bug found by billm. See bug 677386 comment 8, first paragraph. r=billm on IRC.
2011-08-24 18:42:19 -05:00
Jim Blandy
5d11f5e057
Bug 673125: Implement the Debugger.Frame.prototype.onStep accessor. r=jorendorff.
2011-08-23 14:45:36 -05:00
Jim Blandy
acdeb403ba
Bug 673125: Provide stack-allocated vectors of JSObject pointers. r=luke.
2011-08-23 14:45:21 -05:00
Jim Blandy
e7e46f2048
Bug 673125: Have each JSScript maintain both a count and a flag indicating whether it should be in single-step mode. r=jorendorff.
...
The rationale is explained in the comments in jsscript.h.
2011-08-23 14:44:22 -05:00
Jim Blandy
0b2b4e1691
Bug 673125: Maintain a list of active js::Interrupt frames, their FrameRegs, and their interruptors. r=jorendorff.
...
The comment atop InterpreterFrames explains why this is needed, although it
is only used by later patches in the series.
2011-08-23 14:44:03 -05:00
Brian Hackett
8f4171c010
Restore frame pointer at exception block entry before invoking any trap, bug 658491. r=jorendorff.
2011-08-23 14:43:26 -05:00
Jason Orendorff
44cd5a6f2c
Bug 680428 - onEnterFrame does not work with tracejit. r=dvander.
...
--HG--
rename : js/src/jit-test/tests/debug/onEnterFrame-05.js => js/src/jit-test/tests/debug/onEnterFrame-04.js
2011-08-23 14:42:17 -05:00
Benoit Jacob
c0341be4d4
Bug 679864 - [5/5] Upgrade WebGL conformance test suite to r15318
...
This is just removing some old cruft, mainly old patches that are not needed anymore.
2011-08-19 11:39:00 -04:00
Benoit Jacob
3b9142fd95
Bug 679864 - [4/5] Upgrade WebGL conformance test suite to r15318
...
This reapplies the patch replacing remote images by local ones on http://example.com and http://mochi.test:8888 URLs.
2011-08-19 11:39:00 -04:00
Benoit Jacob
3e17800dba
Bug 679864 - [3/5] Upgrade WebGL conformance test suite to r15318
...
This patch disables the quickCheckAPI.html page, with this comment:
this test causes whichever comes after to intermittently time out.
forcing a GC run doesn't solve this issue. Could be something about using a random amount of memory that
can be too high, causing e.g. swapping.
2011-08-22 11:52:19 -04:00
Benoit Jacob
a383fb91b6
Bug 679864 - [2/5] Upgrade WebGL conformance test suite to r15318
...
This patch updates the lists of failing tests, and adds some code to ignore a few intermittently failing tests: 1 on Linux and 4 on Mac
2011-08-19 11:39:00 -04:00
Benoit Jacob
37cb1e5399
Bug 679864 - [1/5] Upgrade WebGL conformance test suite to r15318
...
This is the actual upgrade. The canonical URL for this test suite is
https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/
2011-08-19 11:39:00 -04:00
Kyle Huey
1dc443028e
Merge b-s to m-c.
2011-08-24 11:14:59 -04:00
Kyle Huey
d12d1798a1
Bug 678872: Test.
2011-08-24 10:55:22 -04:00
Kyle Huey
a6f6192a67
Bug 680344: Properly fix up a pending history navigation in nsSHistory::RemoveDuplicate. r=smaug sr=bz
2011-08-24 08:48:17 -04:00
Kyle Huey
4a1055ab6c
Merge m-c to b-s.
2011-08-24 08:34:27 -04:00