Aryeh Gregor
72f76af3e3
Bug 766426 - Avoid assertion with extractContents() and mutation events; r=smaug
2012-06-28 14:29:56 +03:00
Aryeh Gregor
d641060acc
Bug 770580 part 2 - Fix crash due to removed null check in Selection::selectFrames; r=ehsan
2012-07-06 09:39:01 +03:00
Aryeh Gregor
e87a181767
Bug 770580 part 1 - Clarify Selection::selectFrames parameter; r=ehsan
2012-07-06 09:39:01 +03:00
Aryeh Gregor
195ee54544
Bug 765595 part 4 - Make nsEditor::DoAfter*Transaction infallible; r=ehsan
2012-07-05 10:45:09 +03:00
Aryeh Gregor
c91fcaf3b7
Bug 765595 part 3 - Make PeekUndoStack/PeekRedoStack infallible; r=ehsan
2012-06-19 16:23:36 +03:00
Aryeh Gregor
09a0d8a8a6
Bug 765595 part 2 - De-COMtaminate nsEditor::mTxnMgr; r=ehsan
2012-06-19 16:23:36 +03:00
Aryeh Gregor
8bc8a569ed
Bug 765595 part 1 - Clean up nsEditor::DoTransaction; r=ehsan
2012-06-19 16:23:36 +03:00
Aryeh Gregor
e89f0d1d6d
Bug 766025 - Remove incorrect assert in DeleteTextTxn::Init; r=ehsan
2012-06-19 16:21:48 +03:00
Aryeh Gregor
7b584a3083
Bug 769967 part 5 - Don't special-case -moz-user-select: all elements for deletion; r=ehsan
2012-07-02 16:25:33 +03:00
Nicholas Nethercote
3e5b5a0e50
Bug 687724 (part 4) - Re-indent JSMemoryMultiReporter's methods. r=bholley.
...
--HG--
extra : rebase_source : deba800edfc3f55a9016d29acfd91d07a56e2e62
2012-07-05 21:16:11 -07:00
Nicholas Nethercote
c27840e9f1
Bug 687724 (part 3) - Report JS memory consumption for compartments that are associated with |window| objects under "window-objects". r=bholley,jlebar,luke.
...
--HG--
extra : rebase_source : 20329a698154ef61cea74247d3dccc9f01899829
2012-07-05 21:12:37 -07:00
Nicholas Nethercote
fce2d7b5db
Bug 687724 (part 2) - Make JSCompartment::global() fallible. r=luke.
...
--HG--
extra : rebase_source : 68a5558772d643ab9f3b32b60a89fdbaf9b5e6ad
2012-07-03 17:25:15 -07:00
Nicholas Nethercote
e134be45fd
Bug 687724 (part 1) - Convert JSCompartment::gcRunning to gcState. r=wmccloskey.
...
--HG--
extra : rebase_source : 5ba4e3b170ffd98495f31dd04a6be46ad33d497b
2012-07-03 17:24:03 -07:00
Gian-Carlo Pascutto
9430f58cae
Bug 762620 - Make daily timer callback resilient against Android misfiring. r=roc
2012-07-06 07:31:07 +02:00
Gian-Carlo Pascutto
4db37c250d
Bug 762620 - Force last idle-daily time to be saved. r=blassey
2012-07-06 07:30:55 +02:00
Siddharth Agarwal
3ff3b5be12
Bug 600522 - Sunspider trace-test 'check-date-format-tofte.js' fails on computers not set to Pacific time. r=dmandelin
2012-07-06 10:38:16 +05:30
Siddharth Agarwal
5d8e0239b5
Bug 770558 - Use MOZ_BUILD_ROOT instead of pwd
for virtualenv python, to avoid creating a shell for each Python invocation under Pymake. r=khuey
2012-07-06 10:21:13 +05:30
Benjamin Smedberg
fcd6683cce
Bug 770805 - Close the IPC channel safely when we discover that a Flash process has crashed; don't call Close() directly, because PluginModuleParent assumes that a normal shutdown only occurs from PluginModuleParent::NP_Shutdown. Instead, follow a similar codepath to the hang timeout which calls AsyncChannel::SynchronouslyClose and then sets a specific error code, r=cjones
2012-07-05 14:48:40 -04:00
Nicholas Nethercote
65965e2124
Bug 770092 (part 4) - Move JSFunction initialization code out of JSScript::fullyInitFromEmitter().
...
--HG--
extra : rebase_source : ef54cd18e6bc28947ac49d4a11e6590ee697ffd6
2012-07-05 19:35:43 -07:00
Nicholas Nethercote
d6cc43a799
Bug 770092 (part 3) - Move typeSetFunction() from JSScript to JSFunction.
...
--HG--
extra : rebase_source : 5889ba2bb349a7130440d43952a86e6cf201e677
2012-07-05 19:23:53 -07:00
Nicholas Nethercote
11e9d90176
Bug 770092 (part 2) - Don't set JSScript::function_ in JSScript::fullyInitFromEmitter().
...
--HG--
extra : rebase_source : 83effb7eabadfcaf7efcd56341191b11e6a05069
2012-07-02 00:03:26 -07:00
Nicholas Nethercote
a29a9cac2f
Bug 770092 (part 1) - Move the new script notification code out of JSScript::fullyInitFromEmitter().
...
--HG--
extra : rebase_source : 03bc8061c11874af7bbf1a9b3edf49bec5601e80
2012-07-02 00:01:54 -07:00
Luke Wagner
fa35904ecb
Bug 771242 - Disable the 'arguments' optimization for generators (r=bhackett)
2012-07-05 15:52:28 -07:00
Jeff Gilbert
78f9fbfe59
Bug 735560 - Emulate GLSL math on Mac+Intel - r=bjacob
2012-07-05 19:34:01 -07:00
Kan-Ru Chen
5aea9e8cc3
Bug 768364 - Clear sLockTable on shutdown r=jlebar
2012-07-06 10:09:46 +08:00
Benjamin Peterson
e497bebe54
Bug 771281 - Remove js shell workers. r=jorendorff
2012-07-05 21:08:02 -04:00
David Rajchenbach-Teller
1555dad846
Bug 771087 - Fix warnings. r=yoric
2012-07-05 21:08:02 -04:00
Jeff Muizelaar
a10b5f716e
Bug 765725 - Ensure we are binding to the correct texture unit. r=chrislord
2012-07-05 21:08:02 -04:00
Marco Castelluccio
2e674fa34a
Bug 763365 - Launching an installed web application with no supported version of Firefox installed for web apps results in a not so useful error message to the user. r=myk
2012-07-05 21:08:01 -04:00
Ryan VanderMeulen
a71ceee899
Merge m-c to inbound.
2012-07-05 21:07:54 -04:00
Jared Wein
6834568fc4
Bug 506172 - Going to malware site with redirect causes infobar to disappear. r=MattN
2012-07-05 17:56:46 -07:00
Philipp von Weitershausen
93fe9942b4
Bug 768690 - Fix B2G debugger server script. r=vingtetun
2012-07-05 17:50:23 -07:00
Ryan VanderMeulen
d0be60fa9c
Merge the last PGO-green inbound changeset to m-c.
2012-07-05 20:26:55 -04:00
Ryan VanderMeulen
20c45dac98
Merge the last PGO-green inbound changeset to m-c.
2012-07-05 20:15:12 -04:00
Myk Melez
492fce4c5a
remove observer added by test to resolve test bustage caused by fix for bug 765063 (fa750527a43b)
2012-07-05 14:54:11 -07:00
Jeff Muizelaar
cc8b97c5a6
Bug 771317. Fix comment about FASTCALL and inline functions. r=espindola
...
Calling convention does not make a difference on functions that are inlined,
but that feels obvious because no call is being made. Inline functions are not
necessarily inlined so this comment is somewhat misleading.
--HG--
extra : rebase_source : f634f18d1a6669147f53162a7bc0ab08b145cc43
2012-07-05 17:38:30 -04:00
Gregor Wagner
9d1c982589
Bug 758357 - Remove indexedDB permission for B2G. r=fabrice
2012-07-05 14:12:02 -07:00
Ben Turner
798ac10ab8
Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking
2012-07-05 14:11:48 -07:00
Gavin Sharp
a627041e8e
Bug 771247: lazify SocialService initialization, add getProviderList, r=adw
...
--HG--
rename : toolkit/components/social/test/xpcshell/test_getProvider.js => toolkit/components/social/test/xpcshell/test_getProviderList.js
extra : transplant_source : %8Ej%FET%034%86M%C9L%25j%12%0AfWt%A1%E9O
2012-07-05 14:01:38 -07:00
Ehsan Akhgari
613f1628e2
Merge the last green PGO changeset from mozilla-inbound to mozilla-central
2012-07-05 11:11:34 -04:00
Bill McCloskey
b6e81abbe8
Bug 771026 - Replace JSProperty with Shape (r=bhackett)
2012-07-04 19:34:06 -07:00
Myk Melez
618d1fd23a
bug 765063 - save installURL for later use; r=fabrice
...
--HG--
extra : rebase_source : 7360e295a4549d29d2667a0c8e38708959df7f40
2012-07-05 11:12:55 -07:00
Matt Brubeck
c54af9a8f3
Bug 729429 - Follow-up to fix some misplaced whitespace (DONTBUILD)
2012-07-05 11:11:45 -07:00
Benoit Girard
44eb180a00
Bug 770988 - Seperate DumpAsDataURL into MOZ_DUMP_IMAGES. r=ajuma
2012-07-05 14:07:37 -04:00
Bonnie Surender
9de6e1be26
fixing bug 770656, idle fuzz time for idle notifications. r=jst@mozilla.com
2012-07-04 13:21:40 -07:00
Timothy Nikkel
5732526407
Bug 771351. Disallow plugins in popup panels gracefully. r=roc
2012-07-05 19:45:23 -05:00
Masayuki Nakano
b5584f2955
Bug 769190 part.2 Rename nsInputEvent::IsWin() and widget::MODIFIER_(SCROLL|WIN) to nsInputEvent::IsOS() and widget::MODIFIER_(SCROLLLOCK|OS) r=smaug
2012-07-06 09:42:05 +09:00
Masayuki Nakano
e5e6f98f79
Bug 769190 part.1 Rename Scroll and Win to ScrollLock and OS for the argument of getModifierState() r=smaug, sr=jst
2012-07-06 09:42:05 +09:00
Nicholas Nethercote
e0a30f1240
No bug. Fix two compile warnings. r=luke,jwalden.
...
--HG--
extra : rebase_source : 9cf85eb1112ac9dcb792eeccc213b887e3c74a31
2012-07-05 17:24:35 -07:00
Bill McCloskey
23554c3fa2
Bug 767074 - Fix bug in barrier verifier (r=bhackett)
2012-07-05 16:38:12 -07:00