Commit Graph

250767 Commits

Author SHA1 Message Date
Neil Rashbrook
23e26fae22 Bug 675179 nsJSContext::ExecuteScript failes to report pending exceptions r=bz 2011-07-30 23:32:00 +01:00
Dão Gottwald
7f8248e9bf Bug 658738 - Declare variable in browser_bug586574.js in order to not leak the assigned DOM node 2011-07-30 15:22:31 +02:00
ffxbld
a7ba7df769 Automated blocklist update from host linux-ix-slave19 2011-07-30 03:02:59 -07:00
Cameron McCormack
3eafd18eb4 Bug 479352 - Hide mochitest results table if MOZ_HIDE_RESULTS_TABLE=1 is set. (v4) r=jmaher, a=testonly 2011-07-26 16:13:20 -07:00
Oleg Romashin
139ba0f07c Bug 672697 - Use nsTextEvent for rendering text coming from QInputMethodEvent r=jeremias
--HG--
extra : rebase_source : a82f9c65390eb6400550366c90f040e058d2cf86
2011-07-28 11:04:26 -07:00
Jeremias Bosch
f4ad4b3098 Bug 673397 - Paste Support of Fennec's Qt Port is broken due to Qt Update r=romaxa
--HG--
extra : rebase_source : a21a795d6992e9d51246b34e98a3ed8a7b99a4a5
2011-07-28 11:03:33 -07:00
Neil Rashbrook
224383fa11 Bug 671466 Prevent persistence of disabled state of 'Try Again' button on error pages r=bz 2011-07-29 21:42:59 +01:00
Henri Sivonen
7c13c0d93c Bug 482909 part 2 - Implement an HTML/SVG/MathML sanitizer independently of parsers or serializers. r=bzbarsky. 2011-07-29 14:48:04 +03:00
Marco Bonardo
506125133a Merge mozilla-central and mozilla-inbound 2011-07-29 13:46:15 +02:00
Marco Bonardo
90e7ef2184 Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-29 11:48:24 +02:00
Marco Bonardo
76e359171e Bug 674578 - Support resizer[dir="bottomstart"].
r=enn
2011-07-29 11:38:41 +02:00
Marco Bonardo
763aa4b97e Bug 674862 - nsResizerFrame may deanchor panels.
r=enn
2011-07-29 11:38:39 +02:00
Hernan Rodriguez Colmeiro
c4c4295119 Bug 564667: Allow bootstrapped add-ons to have chrome URLs. r=dtownsend, sr=bsmedberg 2011-07-29 11:20:47 +02:00
Boris Zbarsky
8c4f807bd6 Merge backout of changeset 489b47df5c6e (bug 666863) 2011-07-29 02:17:27 -04:00
Boris Zbarsky
5883853c90 Backed out changeset 489b47df5c6e (bug 666863) because it doesn't compile on Windows. 2011-07-29 02:16:49 -04:00
Frank Yan
245b02dd25 Bug 674732 - followup: remove unnecessary null check. r=dao 2011-07-28 21:33:36 -07:00
Frank Yan
6f2ba4a7a6 Bug 674732 - Re-support tab duplication/bookmarking via ctrl/opt+drag. r=dao 2011-07-28 21:26:38 -07:00
Frank Yan
94c4236e6b Bug 674847 - Make tooltip suppression during tab drag not fragile. r=dao 2011-07-28 21:26:37 -07:00
Doug Turner
baab248d05 Bug 675126 - Logic error in AddWindowListener which prevents all window listeners from being added r=dougt 2011-07-28 20:26:20 -07:00
Alexander Surkov
e1b3d2347b Bug 674943 - treeupdate/test_doc.html fails to run, r=marcoz 2011-07-29 11:37:11 +09:00
Alexander Surkov
0b0ab7f3d1 Bug 674934 - treeupdated/test_contextmenu.xul fails to run, r=marcoz 2011-07-29 11:36:56 +09:00
Alexander Surkov
dffc2bee84 Bug 674930 - events/test_tree.xul fails to run, r=marcoz 2011-07-29 11:36:48 +09:00
Alexander Surkov
3829a2255f Bug 672912 - Some accessibility tests scroll window, r=tbsaunde 2011-07-29 11:36:36 +09:00
David Volgyes
e446815189 Bug 673154 - Use nsAutoArrayPtr for SoundDataValue allocations to simplify ownership. r=cpearce 2011-07-29 13:54:21 +12:00
L. David Baron
8e79f76734 Make hypothetical box calculation consider types that are inline-outside rather than just inline. (Bug 505706) r=bzbarsky
Change the "hypothetical box" calculations that we do for 'auto'-offset
absolutely positioned elements take its inline codepath (using
horizontal position of placeholder, and placing even with the top of the
placeholder's line) rather than its block codepath (using the horizontal
edge of the containing block, and placing below the placeholder's line)
when display types are display-outside:inline types other than
display:inline.
2011-07-28 18:11:51 -07:00
Trevor Saunders
a4ef984d9f bug 666863 - a11y name space part 1 wrap states name space in mozilla::a11y r=surkov
--HG--
extra : transplant_source : %5B%40%9C%82%21%CE%93%CD%CE%0C%7B%01%E5%EFH%3A%7EX%20%0F
2011-07-27 05:43:01 -07:00
Michal Novotny
df17fe214d Bug 673808 - _CACHE_MAP_ is storing nsDiskCacheRecord structs with uninitialized data containing bits of Fx memory 2011-07-26 13:09:42 +02:00
Benoit Jacob
46b893fa86 Bug 674042 - WebGL: crash in getUniformLocation with too long uniform identifiers - r=jrmuizel
This limits the length of uniform and attrib identifiers to 4095 characters, to steer clear GL implementation bugs with too long identifiers. The 4095 is totally arbitrary, all we know is that crashes happen after 2^22 chars.
2011-07-28 17:12:31 -04:00
Jeffrey Gilbert
c77b88d953 Bug 674731 - WebGL/ANGLE interop with D3D layers requests incorrect extension - r=bjacob 2011-07-28 16:37:58 -04:00
Olli Pettay
3f55f147db Bug 674658 - nsDOMEventTargetWrapperCache fails to unlink inherited fields, r=bent
--HG--
extra : rebase_source : b5d6292372a57373bd8230862f1808fa6e99ed4e
2011-07-28 22:54:35 +03:00
Josh Aas
4185f0f17e Bug 674240: Update NPAPI headers to npapi-sdk r12. r=bgirard 2011-07-28 14:32:29 -04:00
Mike Hommey
f1e9cb22b0 Bug 674910 - Statically link against libstdc++ on Android. r=blassey 2011-07-28 18:55:38 +02:00
Gavin Sharp
c2bd5a1ebf merge m-c to fx-team
--HG--
rename : toolkit/components/console/hudservice/tests/browser/browser_webconsole_bug_595934_message_categories.js => browser/devtools/webconsole/test/browser/browser_webconsole_bug_595934_message_categories.js
rename : toolkit/components/console/hudservice/tests/browser/test-bug-603750-websocket.js => browser/devtools/webconsole/test/browser/test-bug-603750-websocket.js
2011-07-28 09:52:15 -07:00
Tim Taubert
60348b5a8e Bug 674929 - assignment to undeclared variable in browser_tabview_undo_group.js; r=ehsan DONTBUILD 2011-07-28 18:03:55 +02:00
Marco Bonardo
cbcf0066aa Merge mozilla-inbound and mozilla-central on a CLOSED TREE to fix Android permaorange 2011-07-28 17:42:28 +02:00
Ehsan Akhgari
3f0737e881 Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-28 10:37:23 -04:00
Neil Rashbrook
7d21edcdd1 Bug 667962 Try to make jemalloc build with gmake as well as pymake r=khuey 2011-07-28 15:28:13 +01:00
Neil Rashbrook
5f82338b39 Bug 673197 Enable jemalloc on VC8/9 express r=khuey 2011-07-28 15:27:46 +01:00
Wan-Teh Chang
31a0c824b2 Bug 673382: Update NSPR to NSPR_4_8_9_BETA4, which includes the fixes for
Bug 665978, Bug 655058, Bug 645459, Bug 661596, Bug 673223, Bug 673224,
Bug 654436, Bug 663970.
2011-07-28 07:17:57 -07:00
Ian Neal
2f7cc3ffe9 Bug 674893 - Expung Makefiles that no longer exist from toolkit-makefiles.sh rs=build 2011-07-28 14:32:34 +01:00
Mike Hommey
d6030568c6 Bug 674837 - Properly set android build options on NDK5+. r=ted 2011-07-28 14:58:15 +02:00
Rob Campbell
fea070effe Bug 674562 - Web Console windows don't close on osx; r=mihai.sucan 2011-07-28 09:51:00 -03:00
Frank Yan
ac141c1ab7 Bug 455694 - followup: forgot to remove call to removed function. r=me 2011-07-28 05:15:23 -07:00
Henri Sivonen
8f4c228884 Bug 672081 - Stop feeding chardet when seeing an actionable late charset <meta>. r=bzbarsky. 2011-07-28 13:45:29 +03:00
Makoto Kato
c9033d133b Bug 606473 - Enable plugin hooks once WindowsDllInterceptor supports 64-bit. r=bsmedberg 2011-07-28 19:06:56 +09:00
Dão Gottwald
4befa4efb9 merge backout 2011-07-28 11:52:18 +02:00
Dão Gottwald
d0d9a88e6a Backed out changeset 3d3f25a67e24 2011-07-28 11:51:14 +02:00
Tim Taubert
60e6cd3940 Backout bug 626455 (changeset 37d01a2d846c) for random timeouts 2011-07-28 09:32:02 +02:00
Justin Dolske
67d0d1080c Bug 674781 - Simplify adding new entries to Services.jsm. r=gavin 2011-07-28 00:21:22 -07:00
Mike Hommey
449736886b Bug 674467 - Keep test.so around when elfhack test fails. r=ted 2011-07-28 09:05:15 +02:00