Граф коммитов

250929 Коммитов

Автор SHA1 Сообщение Дата
Daniel Holbert 87789a99fa Bug 670542 patch 2: Rev iids of nsIURI & descendants. r=jst 2011-07-26 22:11:40 -07:00
Daniel Holbert 619f8fe844 Bug 670542 patch 1: Shift .ref-related additions to end of nsIURI.idl. r=jst 2011-07-26 22:11:08 -07:00
Chris Pearce 0fa0aa3a28 Bug 664341 - Specify media decoder's thread stack size. r=kinetik 2011-07-27 15:28:03 +12:00
Chris Pearce 9fe588f07c Bug 664341 - Provide API to specify thread stack size. r=bsmedberg 2011-07-27 15:26:47 +12:00
Philipp von Weitershausen 02c9e1cf70 Merge services-central with mozilla-central 2011-07-26 16:27:31 -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
Tom Schuster c91cb8d2a3 Bug 652771 - Update Unicode character support for space categorization, also somewhat for uppercase and lowercase (although these will only be fully fixed in followup bugs). r=jwalden. Further (lumped together to address interdependencies): Bug 672760 - Don't pass the EOF non-character to any of the Unicode character-categorization functions. r=jwalden
--HG--
extra : rebase_source : f415de9c0c9e58e3a28d6cd7e474ab1370d2d244
2011-07-26 14:10:33 -07:00
Myk Melez 792c424917 update revision of Add-on SDK tests to latest tip; test-only 2011-07-26 13:04:34 -07:00
Jim Mathies 594b1b2cee Bug 618683 - Quirk the full screen focus fix landed in bug 608013 to silverlight. r=bsmedberg 2011-07-26 14:18:23 -05:00
Ehsan Akhgari aed48ece37 Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-26 14:03:34 -04:00
Olli Pettay 9fd95710b5 Bug 625302 - Add JS API to trigger cycle collection (without garbage collection), r=jst 2011-07-26 20:11:15 +03:00
Brad Lassey 8147d1b4e7 bug 674245 - App crashes when device switches its orientation from portrait to landscape and reversal for several times r=dougt 2011-07-26 12:12:36 -04:00
Doug Turner 15db2d4163 Bug 673674 - Fennec freezes when viewing a non .txt file from disk. Mime handler was returning a valid type when it clearly didn't know. r=blassey 2011-07-26 23:50:47 -07:00
Michael Wu 46a170c5f0 Bug 671417 - Incorrect use of PRBool when other types are more appropriate or vice versa, r=bz,ehsan,dwitte,joe,vlad,luke,mak,roc 2011-07-26 23:43:37 -07:00
Michael Wu ae7c998e7f Bug 668133 - Add telemetry probes for font enumeration, r=jtd 2011-07-26 23:42:53 -07:00
Benoit Jacob b1e34442ee Bug 646825 - import ANGLE r702 - r=upstream 2011-07-26 11:53:47 -04:00
Paul ADENOT a3c01f8b05 Bug 634997 - no synthetic bolding on Android. r=jdaggett 2011-07-26 10:04:55 -04:00
Ed Morley 7227ab3c65 Bug 665541 - Remove unused instances of variable iface_info from xptcstubs_*.cpp; r=bsmedberg 2011-07-26 10:04:18 -04:00
Ehsan Akhgari 12d902137b Bug 667512 - Do not return a bogus visual frame if we don't have any visual frames in reality; r=smontagu 2011-07-26 09:05:15 -04:00
Olli Pettay fd4edaef0e bug 335998, strong parentNode, r=peterv 2011-07-26 14:11:14 +03: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
Marco Bonardo e3d3e25769 Merge last green changeset from mozilla-inbound to mozilla-central 2011-07-26 11:50:00 +02:00
Michael Wu b34f351453 Bug 671185 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=mak,ehsan,taras,biesi,pike,khuey,dholbert,josh,bjacob,bsmith 2011-07-25 21:57:58 -07:00
Michael Wu 6b6e48aa8d Bug 664907 - Use MOZ_CHROME_FILE_FORMAT=symlink for omnijar builds, r=ted,Mitch
Turns on symlink on non-windows. It is questionable whether symlink works correctly on windows.
2011-07-25 21:57:37 -07:00
Michael Wu 53aedf367d Bug 664907 - Don't link to self when dealing with files in the object directory, r=khuey
When using files in the current working directory, JarMaker.py uses '.' as the base directory, which ends up giving us links like bookmarks.json -> ./bookmarks.json . This replaces '.' with the actual working directory to give us proper symlinks.
2011-07-25 21:57:28 -07:00
Michael Wu 7ea2c178b0 Bug 664907 - Move *.properties comment stripping to staging, r=khuey 2011-07-25 21:57:16 -07:00