Commit Graph

181808 Commits

Author SHA1 Message Date
Kearwood (Kip) Gilbert
637e2ae6d5 Bug 1005405 - OverflowChangedTracker::Flush() no longer downgrades parent frames from CHILDREN_AND_PARENT_CHANGED to CHILDREN_CHANGED. r=dbaron
- When OverflowChangedTracker::Flush() coalesces multiple changes
  simultaneously, it was possible to downgrade parent frames from
  CHILDREN_AND_PARENT_CHANGED to CHILDREN_CHANGED, resulting in an incomplete
  update.
- This patch ensures that the strongest ChangeKind is retained when cascading
  up to parent frames.
2014-05-06 11:23:00 +02:00
Giovanni Sferro
523b57b309 Bug 942321 - Changing a select option field via javascript updates validity state. r=bz 2014-05-06 19:19:00 +02:00
Richard Marti
804045289f Bug 989890 - Port the help button to in-content prefs. r=jaws 2014-05-05 22:54:57 +02:00
Ting-Yu Lin
c3d92d23b4 Bug 879917 - part 2: Emit useful message on dictionary name collisions. r=bz 2014-05-05 21:50:00 +02:00
Ting-Yu Lin
30b8aa5c7d Bug 879917 - part 1: Strip trailing whitespaces in WebIDL.py. r=bz 2014-05-05 21:24:00 +02:00
Bobby Holley
b5368b05aa Bug 1006629 - Remove unused mFlattenedJSObject from XPCCallContext. r=gabor 2014-05-06 23:17:45 -07:00
Bobby Holley
8e504b5280 Bug 1006629 - Remove GetCalleeWrapper. r=gabor 2014-05-06 23:17:44 -07:00
Bobby Holley
319b8b32c2 Bug 1001198 - Stop getting XPConnect as a service during Sandbox creation. r=gabor
This causes problems when we try to create a Sandbox during XPConnect
initialization. Luckily, we don't need it at all.
2014-05-06 23:17:44 -07:00
Bobby Holley
ff7d381632 Bug 1001198 - Explicitly create the SafeJSContext from XPConnect. r=gabor 2014-05-06 23:17:44 -07:00
Bobby Holley
1890ad5792 Bug 1001198 - Remove useless (and footgun) XPCWrappedNativeScope::InitStatics. r=gabor
All this does is null out some stuff that's already in the BSS. And it causes
leaks if we create a global before it's called, which the upcoming patch does.
2014-05-06 23:17:44 -07:00
Bobby Holley
33bca21907 Bug 1001198 - Remove the call to InitClasses for the SafeJSContextGlobal. r=gabor
In contrast to InitClassesWithNewWrappedGlobal, InitClasses doesn't do much
these days. It pretty much only exists to support JSD globals that are created
without XPConnect's knowledge, and then are suddenly handed to XPConnect.

It really only has two observable effects. The first is ensuring the existence
of an XPCWrappedNativeScope, which we know we have here, because we went through
xpc::CreateGlobalObject. The second is to set up the XPCNativeWrapper
constructor (eww), which definitely doesn't matter here, especially now that
we're asserting that we never run script in this global.
2014-05-06 23:17:44 -07:00
Bobby Holley
a8946fe1d1 Bug 1001198 - Stop firing onNewGlobalObject for the SafeJSContext global. r=gabor 2014-05-06 23:17:43 -07:00
Bobby Holley
9142b5fa4e Bug 1001198 - Explicitly fire up the SSM from nsXPConnect. r=gabor 2014-05-06 23:17:43 -07:00
Robert O'Callahan
e681e3ea7c Bug 1001320. Address missed reivew comment. r=glandium
--HG--
extra : rebase_source : ed23c9ae7de0167a44068c03cfd9d32a52e358f6
2014-05-07 18:14:36 +12:00
Gary Kwong
dee38a91e1 Backout 87feb441d562 for causing issues. 2014-05-06 22:57:59 -07:00
Chris Pearce
faeae5e6a5 Bug 1005622 - Reset media queues in Android media seek so that we don't think we're still at EOS after playing to EOS and then seeking. r=edwin 2014-05-07 15:58:06 +12:00
Mike Hommey
52a195718f Bug 1005495 - Move sccache stats out of the build log. r=mshal 2014-05-07 11:50:09 +09:00
Robert O'Callahan
cba0344980 Bug 1006248. Part 4: Use better #include paths for libstagefright headers in a couple of places. r=glandium
--HG--
extra : rebase_source : e8c7e019b0bc5bf60081aad158a7d89fbb261e29
2014-05-06 17:40:59 +12:00
Robert O'Callahan
2d9cdf858d Bug 1006248. Part 3: Add lots of system header wrappers for B2G/Android. r=glandium
--HG--
extra : rebase_source : 8ea21e177bf6f5ba7bb9d53c8f564b46e8b97cd6
2014-05-06 17:40:47 +12:00
Robert O'Callahan
8b7ce5144e Bug 1006248. Part 2: Add NO_VISIBILITY_FLAGS to media/omx-plugin. r=glandium
--HG--
extra : rebase_source : eb5bc3174be7ee20d4ac56a8ba6a3c1c7bd9fc66
2014-05-06 17:28:04 +12:00
Robert O'Callahan
4c2b59d379 Bug 1006248. Part 1: Add MOZ_EXPORT in various places. r=glandium
--HG--
extra : rebase_source : cfe209a412cae28d405eae413415cebb6959072a
2014-05-06 17:26:46 +12:00
Shu-yu Guo
87f4def871 Bug 1006205 - Only process scripts during debug mode OSR that have been recompiled. (r=jandem) 2014-05-06 19:20:48 -07:00
Shu-yu Guo
31bcb82c99 Bug 1001382 - Don't monitor optimized out values. (r=jandem) 2014-05-06 19:20:48 -07:00
Shu-yu Guo
3391d3002d Bug 1005458 - Argument slot phis are always observable in non-strict scripts due to Function.arguments. (r=nbp) 2014-05-06 19:20:47 -07:00
Makoto Kato
ddd97e7ee5 Bug 1003085 - Update dump_sym.exe .r=ted 2014-05-07 10:54:23 +09:00
Andrew McCreight
6b9ad76ec3 Bug 958353 - Disable test using fuzzing hooks due to bad interaction with IGC. r=bustage 2014-05-06 18:53:03 -07:00
Botond Ballo
62dcffa375 Bug 1005378 - Have TabChild create a view ID for the document element if one doesn't already exist. r=kats 2014-05-05 15:06:28 -04:00
Doug Turner
37b5789b0d Bug 1006051 - Implement nsIParentalControlsService on the Mac. r=smichaud 2014-05-05 11:24:25 -07:00
Byron Campen [:bwc]
34666bbadd Bug 1002831 - Display remote and local SDP on about:webrtc. r=smaug, r=jib 2014-05-05 11:13:24 -07:00
Jim Chen
977929bb83 Bug 1003670 - Add testEventDispatcher. r=bnicholson, r=mcomella 2014-05-05 13:18:00 -04:00
Ryan VanderMeulen
bdb3d02902 Merge m-c to fx-team. 2014-05-06 16:53:11 -04:00
Benjamin Smedberg
ef7a81d050 Bug 1004623 - UpdateCrashEventsDir() is called before XPCOM is started, which means crash events are not being recorded until/unless the user uses an out-of-process plugin. r=ted
--HG--
extra : rebase_source : da13e7c52556c4747914ae502847beb6cc653c46
2014-05-06 15:48:40 -04:00
Benjamin Smedberg
8e56838fbe Bug 995027 - MockProvider._delayCallback can lose or mis-call callbacks in several ways. r=irving
--HG--
extra : rebase_source : 14eb97a913c0888dd5f803bf64062910f17bca11
2014-05-06 14:50:11 -04:00
Byron Campen [:bwc]
434547595e Bug 970734 - Part 2: Record final ICE/media stats when PeerConnections are closed, so they show up in about:webrtc. r=smaug, r=jib 2014-05-05 09:35:57 -07:00
Randy Lin
909cb6bf36 Bug 969372 - Move mediaRecorder in global scope to avoid test timeout. r=jsmith 2014-05-07 23:50:57 +08:00
Ed Morley
2825fdbf09 Backed out changeset 4341602f99b0 (bug 996848) for reftest failures on OS X 2014-05-07 18:44:01 +01:00
Ed Morley
d74305f903 Backed out changeset bf9cc4b2aae6 (bug 996848) 2014-05-07 18:42:43 +01:00
Benjamin Smedberg
beec17178f Bug 1004665 - If the crash reporter is disabled, .annotateCrashReport will throw an exception. Catch it and continue, r=gfritzsche
--HG--
extra : rebase_source : 5a86f06dbca38f9f2d692aeb651789e452b96bc9
2014-05-05 10:31:26 -04:00
Ryan VanderMeulen
b08f66cff6 Backed out changeset 14a43400007e (bug 859683) for robocop failures. 2014-05-06 15:38:28 -04:00
Mark Capella
c2b848bd58 Bug 980074 - (p1) Tweak to disable test on Android 2.3, r=wesj, f=mcomella 2014-05-06 15:26:04 -04:00
Mark Capella
5a8066068b Bug 980074 - (p0) Base Tests for text selection, r=wesj 2014-05-06 15:26:04 -04:00
Kartikaya Gupta
741a28409a Bug 859683 - Allow scrolling in full-screen mode if and only if the full-screen element is the document element. r=wesj 2014-05-06 13:33:13 -04:00
Edgar Chen
37ff1c4ceb Bug 1001352 - Set data subscrption for flame dsds mode. r=hsinyi 2014-05-05 15:12:14 +08:00
Szu-Yu Chen [:aknow]
08913bdabc Bug 997003 - Refactor: setupConference in test code. r=hsinyi 2014-05-07 18:30:00 +08:00
Richard Marti
358989fffb Bug 1005038 - In-content preferences: open the links in a new tab. r=jaws 2014-05-02 17:00:06 +02:00
Mike de Boer
0c0ad80a26 Bug 978861: disable prefillWithSelection on OSX by default, fix its semantics when enabled. r=ehsan 2014-05-06 12:01:48 +02:00
Carsten "Tomcat" Book
d33f9eac6a Merge m-c to fx-team 2014-05-06 14:48:30 +02:00
Carsten "Tomcat" Book
e0fe515076 merge b2g-inbound to mozilla-central 2014-05-06 14:33:21 +02:00
Carsten "Tomcat" Book
90091f7543 merge fx-team to mozilla-central 2014-05-06 14:24:11 +02:00
Carsten "Tomcat" Book
9428c0cc86 merge mozilla-inbound to mozilla-central 2014-05-06 14:22:56 +02:00