Marco Bonardo
6d9b1228fa
Bug 735697 - Close the old connection when switching to/from private mode. r=mak.
2012-03-22 13:02:28 -04:00
Aryeh Gregor
98c50b2bfb
Bug 366944 - Range.surroundContents should throw InvalidNodeTypeError early; r=smaug
2012-03-21 14:06:50 -04:00
Andrew McCreight
3bd6379e4d
Bug 736459 - make WantAllTraces disable node and content list CC optimizations. r=smaug
...
* * *
Bug 736459, part 2 - add NS_LIKELY for new branches. r=smaug
2012-03-22 08:37:54 -07:00
Andrew McCreight
76a7028f51
Bug 737060 - don't traverse nsXULTemplateBuilder with observed document. r=bent
2012-03-22 08:37:18 -07:00
Joel Maher
5253dee352
Bug 712643 - land Marionette on m-c. r=mossop,robcee
2012-03-22 11:19:57 -04:00
Joel Maher
13c09a1d7e
Bug 736112 - add try/except blocks around all harnesses devicemanager initialization so we always return an error code. r=wlach
2012-03-22 10:45:30 -04:00
Joel Maher
9a65ff50c9
Bug 736920 - mochitest-robocop log parser shouldn't repeat the whole test log, particularly not with spurious blank lines. r=gbrown
2012-03-22 10:45:20 -04:00
Henri Sivonen
2783a8258e
Bug 737417 part 1 - Split charset source constants out of nsIParser.h. r=smaug.
2012-03-22 16:42:42 +02:00
Jim Mathies
3fe589db66
Bug 737984 - win8 dev kit fixup for win widget gesture input headers, r=bbondy.
2012-03-22 09:18:49 -05:00
Jim Mathies
caef1522da
Bug 732127 - win8 dev kit fixup for strdup call in ipctest harness, r=bbondy.
2012-03-22 09:18:47 -05:00
Jim Mathies
c958ac3180
Bug 737986 - win8 dev kit fixup for win wifi includes, r=dougt
2012-03-22 09:18:43 -05:00
Jim Mathies
d2ab0c8d58
Bug 737983 - win8 fixup for generic keyword collision, r=smaug.
2012-03-22 09:18:41 -05:00
Mark Capella
31c60d27dd
Bug 686909 - The system suffix is for system generated events only, patch=tbsaune, capella, r=surkov
2012-03-22 21:28:25 +09:00
Marco Bonardo
f582a854ef
Merge central to inbound
2012-03-22 13:09:22 +01:00
Marco Bonardo
a32abb5a00
Merge last green PGO from inbound to central
2012-03-22 13:04:29 +01:00
Dão Gottwald
1ab9294a5c
Backed out changeset 378712300ad2
2012-03-22 12:21:51 +01:00
Ian Moody
38e10c548a
Bug 737792 - Use for..of loops in browser.js. r=dao
2012-03-22 11:35:07 +01:00
Geoff Lankow
2170e61de8
Backed out changeset 7a41b018d35a (bug 732480)
2012-03-22 21:41:18 +13:00
Neil Rashbrook
31b08af149
Bug 737022 Re-enable strict warnings when parsing XUL r=jst
2012-03-22 08:36:36 +00:00
Boris Zbarsky
6f1ffefe0d
Bug 738108. When restricting to the element subtree in querySelector(All), make sure to disallow the element itself. r=smaug
2012-03-22 03:09:18 -04:00
Mike Hommey
f265d3a9cc
Bug 737084 - Do pthread_atfork in jemalloc on mac and android. r=blassey,r=khuey
2012-03-22 08:01:51 +01:00
Mike Hommey
d98f19b571
Bug 736959 - Don't wrap PR_Malloc and other NSPR allocation functions. r=khuey
2012-03-22 08:01:27 +01:00
Mike Hommey
f4b0be230e
Bug 732480 - Don't build and package update-settings.ini when updater is disabled. r=khuey
2012-03-22 08:01:03 +01:00
Henri Sivonen
8525ef7548
Bug 737814 - Mark nsIHTMLContentSink as obsolete. r=smaug. DONTBUILD
2012-03-22 08:34:29 +02:00
Doug Turner
2aa8dd4bdb
Fix build bustage caused by Bug 738121. r=me
...
--HG--
extra : rebase_source : 9943ace287e944ed84565a3d71271d411815c659
2012-03-21 22:53:54 -07:00
Chris Jones
a03f30c4c5
Bug 737071: Remove LayerManagerOGL::glForResources() because it's not needed and causes performance degradtion sometimes. r=Bas
2012-03-21 22:48:41 -07:00
Doug Turner
5e40d633b6
Bug 738102 - devicemotion causes shutdown crash. r=jdm
2012-03-21 22:27:51 -07:00
Doug Turner
85bc2363f6
Bug 738121 - disable compassneedscalibration event. r=jdm
2012-03-21 22:26:04 -07:00
Doug Turner
e19e647115
Bug 738020 - add geolocation to the list of permissions that we autogrant. r=fabrice
2012-03-21 22:26:01 -07:00
Doug Turner
e6085fff39
Bug 738022 - gonk gps - test GpsInterface size before using. r=jdm
2012-03-21 22:25:59 -07:00
L. David Baron
077b09f5be
Change css3-animations behavior for repeated keys in an @keyframes rule: do replacement on a per-property basis. (Bug 738003) r=bzbarsky
...
This implements my proposal in
http://lists.w3.org/Archives/Public/www-style/2011Apr/0381.html and
http://lists.w3.org/Archives/Public/www-style/2011Apr/0387.html . I
think it was a serious mistake to implement what the spec says, and I'm
fixing that mistake so that we have a chance to change the spec.
In other words, when an @keyframes rule has two key selectors at the
same time, the later one no longer overrides the entirety of the earlier
one. The overriding is done for each property that's in the later rule.
(And the -moz-animation-timing-function is taken only from the keyframe
actually used for the given property; if there's no declaration there
then the computed value of the property is used.)
The test for @keyframes cascade fails without the patch; the test for
@keyframes cascade2 tests behavior that works both before and after the
patch.
2012-03-21 22:10:02 -07:00
Nicholas Nethercote
f57e17d736
merge
2012-03-21 21:57:29 -07:00
Nicholas Nethercote
7364c77391
merge
2012-03-21 21:48:40 -07:00
Nicholas Nethercote
f02b831001
Backed out changeset 0124795a8cbb (bug 711895) due to i10n build bustage. r=me.
2012-03-21 21:46:27 -07:00
Boris Zbarsky
eec3e8fb77
Bug 700981 part 5. Reduce the amount of time spent calling GetBindingParent(). r=smaug
2012-03-22 00:10:51 -04:00
Boris Zbarsky
3c1d835acc
Bug 700981 part 4. Add a fast-path to IsAllowedAsChild for the case of a child that has no kids. r=smaug
2012-03-22 00:10:51 -04:00
Boris Zbarsky
3e93284311
Bug 700981 part 3. Inline nsNodeUtils::ParentChainChanged. r=smaug
2012-03-22 00:10:51 -04:00
Boris Zbarsky
28a9c7f11a
Bug 700981 part 2. Get rid of nsStyledElement::BindToTree/UnbindFromTree. r=smaug
2012-03-22 00:10:51 -04:00
Boris Zbarsky
66c5b0baff
Bug 700981 part 1. Get rid of nsMappedAttributeElement::BindToTree and inline some of the things it used to call so they're faster. r=sicking
2012-03-22 00:10:51 -04:00
Boris Zbarsky
52e139b0d2
Bug 622491. Make the global scope polluter work in standards mode too. r=jst
2012-03-22 00:10:50 -04:00
Robert O'Callahan
db7970d188
Bug 737784. Create mInnerView eagerly to ensure that its bounds will always be correctly set in Reflow. r=tnikkel
2012-03-22 16:15:19 +13:00
Paul O’Shannessy
8bdc5896b4
Bug 738118 - Don't duplicate 10.7 SDK shims [r=josh]
2012-03-21 19:43:13 -07:00
Andrew McCreight
1021338da0
Backout ca353538c7f9 (bug 736459) for Linux64 Dromaeo regressions
2012-03-21 19:36:25 -07:00
Yury
59ecb6fc3b
Bug 714712 - Part 4: Add built-in PDF support to Firefox with PDF.js. r=dtownsend
2012-03-21 22:25:06 -04:00
Yury
2ca43882a0
Bug 714712 - Part 3: Fix browser_select_update.js and browser_select_confirm.js. r=bmcbride
2012-03-21 22:25:06 -04:00
Artur Adib
0c762cbced
Bug 714712 - Part 2: pdf.js test. r=gavin
2012-03-21 22:25:06 -04:00
Yury
21a8779f36
Bug 714712 - Part 1: pdf.js 0.2.414, includes fix for Bug 734794. r=dtownsend
2012-03-21 22:25:06 -04:00
Masayuki Nakano
4bd920cdb0
Bug 672175 part.18 Make basic tests for MouseScrollHandler r=roc+jimm
2012-03-22 09:59:12 +09:00
Masayuki Nakano
ff4cee0567
Bug 672175 part.17 System settings of mouse wheel on Windows should be able to be overridden by prefs for testing r=jimm
2012-03-22 09:59:12 +09:00
Masayuki Nakano
fc8afbfa31
Bug 672175 part.16 Implement nsIWidget::SynthesizeNativeMouseScrollEvent() on Windows r=jimm
2012-03-22 09:59:12 +09:00