Commit Graph

77901 Commits

Author SHA1 Message Date
Martin Stransky
47631317ee Bug 627699 - Port GTK2 to GTK3, mozcontainer patch, r=karlt 2011-10-06 11:52:17 +02:00
Jonathan Kew
b3ff1c0b1d bug 689736 - reftest for mirroring of parentheses within Hebrew text. r=smontagu 2011-10-06 10:38:22 +01:00
Jonathan Kew
30a8dba085 bug 689736 - enable harfbuzz on android for hebrew (to fix glyph mirroring) and thai scripts. r=smontagu 2011-10-06 10:37:15 +01:00
Makoto Kato
e66cbf49ce Bug 691217 - nsWindow::OnPaint() returns NS_ERROR_FAILURE even if return type is bool. r=jimm 2011-10-06 17:34:34 +09:00
Mike Hommey
14966259b2 Bug 677897 - Use objcopy from the NDK in symbolstore.py. r=ted 2011-10-06 09:08:14 +02:00
Benjamin Stover
6018215dc9 Bug 632072 - Do not create new functions for every kinetic pan [r=mfinkle] 2011-02-07 09:53:27 -08:00
Sriram Ramasubramanian
031a8ec104 Bug 692236 - "Webapps shortcut picker needs a new UI" [r=mark.finkle] 2011-10-05 16:28:00 -04:00
Sriram Ramasubramanian
c7258e7866 Bug 692189 - "NullPointerException crash @ createScaledBitmap(Bitmap.java:344)" [r=mark.finkle r=fabrice] 2011-10-05 17:21:00 -04:00
Mark Finkle
bf43dab687 Backout b4da81723e56, 616986a1819a, Bad checkin comment 2011-10-06 00:11:31 -04:00
Sriram Ramasubramanian
51ad5d0648 Sriram Ramasubramanian <sriram@mozilla.com> 2011-10-05 16:28:00 -04:00
Sriram Ramasubramanian
f9e19fc2e5 Sriram Ramasubramanian <sriram@mozilla.com> 2011-10-05 17:21:00 -04:00
Boris Zbarsky
6e669b10cf Bug 691725. Actually initialize the mIsDragPopup member of nsWidgetInitData. r=enn 2011-10-05 23:19:58 -04:00
Alexander Surkov
318bf2f888 Bug 679271 - enable logging for accessible/events/test_tree.xul, r=marcoz 2011-10-06 11:10:41 +09:00
Alexander Surkov
e5f679d557 Bug 634197 - assert if accessible tree update triggers reflow, r=bz, davidb 2011-10-06 11:10:30 +09:00
Boris Zbarsky
9bbf579b35 Bug 681755. Switch some of the style system's arrays in hashtables to be auto arrays. r=dbaron 2011-10-05 22:06:37 -04:00
Justin Lebar
d6675374cb Back out 81ca82f27831 (bug 681755) due to incorrect leak reporting.
(I accidentally pushed the wrong version of this patch.)
2011-10-05 22:02:44 -04:00
Justin Lebar
0cdb327f71 Back out changeset 153237ff0f46 (bug 688619) due to some late-breaking comments.
--HG--
extra : rebase_source : d422ab65b4f73b1eb13b05db4b03d83b1b803c69
2011-10-05 21:01:49 -04:00
Geoff Brown
22132081c6 Bug 661900 - Correct memory cache implementation of LRU-SP. TP4M REGRESSION OK -- SEE BUG; r=michal 2011-10-05 20:42:02 -04:00
Justin Lebar
40436cc9f7 Bug 688619 - Make FrameLayerBuilder::DisplayItemEntry use an nsAutoTArray. r=roc 2011-10-05 19:39:04 -04:00
Ehsan Akhgari
3ab76b7ec2 Bug 691909 - Avoid an unnecessary memory allocation for GTK clipboard code; r=roc
--HG--
extra : rebase_source : 2d4ae14de525809bded55e235867b058993f6c94
2011-10-05 19:56:19 -04:00
Ehsan Akhgari
72d69a661c Bug 691913 - Add some needs-focus annotations; r=roc
--HG--
extra : rebase_source : 71805cf58030824288021883884fa87e20b71fd2
2011-10-05 19:55:32 -04:00
Ehsan Akhgari
b48411171f Bug 692109 - The intended crash in nsIFrame::GetOffsetToCrossDoc won't actually crash with some compilers; r=tn
--HG--
extra : rebase_source : 47ddd0eb634c25ff84a49ea9a0a856e0a3ffbec8
2011-10-05 19:55:02 -04:00
Ehsan Akhgari
01666b66c4 Bug 692122 - nsToolkit::StartAllowingD3D9 leaks the nsToolkit object; r=roc
--HG--
extra : rebase_source : ca6010965c59296b4c3c9db3ec57c4e7af92a310
2011-10-05 19:54:07 -04:00
Ehsan Akhgari
4d7d5788b7 Bug 692105 - Useless null check in nsFrame::IsSelectable; r=roc
--HG--
extra : rebase_source : 645624b1738073fc6b4192c08af514ec517036ab
2011-10-05 19:49:15 -04:00
Boris Zbarsky
4cd3c0834b Bug 681755. Switch some of the style system's arrays in hashtables to be auto arrays. r=dbaron 2011-09-15 15:21:52 -07:00
Justin Lebar
83e3821db7 Bug 689433 - Align nsAutoTArray<E> to E's natural alignment. r=roc
--HG--
extra : rebase_source : f7062f251f6905a58145ed6d94680f076dabbef7
2011-10-05 09:11:17 -04:00
Ben Turner
fba3793644 Bug 691046 - 'worker.postMessage behaves like there is a hidden exception in Cloud9 Ace'. r=sicking. 2011-10-05 14:10:09 -07:00
Jeff Walden
ad84112454 Make ~WeakMapBase virtual to silence MSVC. It's a destructor, probably called in concert with a delete or free(), so perf shouldn't matter, right? r=mozbot 2011-10-05 15:53:50 -07:00
Jeff Walden
f47bb0a324 Make the guard-object macros, used to ensure a class can't accidentally be constructed only temporarily, JS_FRIEND_API-compatible, since they're being used in friend declarations now. rs=cdleary/luke, no bug 2011-10-05 15:21:53 -07:00
Jeff Walden
f2379c9f1a Fix int-bool comparison warning by making Boolish return Truthiness. rs=cdleary, no bug 2011-10-05 15:02:15 -07:00
Jeff Walden
b1f802e41c Make struct/class usage in declarations/definitions consistent for a few type-inference classes. r=lumpy, no bug
--HG--
extra : rebase_source : bc27c94efbec71d7ae4b8caa8443b7baa3fe011c
2011-10-05 14:25:08 -07:00
Jeff Walden
01a226215b Fix a warning to not use |this| in a member initialization list (the usual thisDuringConstruction() trick). r=sparky, no bug
--HG--
extra : rebase_source : 7e4088d4fab99ba3c0cc5fd0d9531407c0a357f1
2011-10-05 14:20:54 -07:00
Jeff Walden
441ed4cea1 Remove JSRuntime::GCData::info from GCData's member initialization list to avoid C4351 on Windows. rs=billm over IRC, no bug
--HG--
extra : rebase_source : eb638748878580f3a039cbbfe6e9433c2d7c3edf
2011-10-05 12:25:28 -07:00
Chris Jones
130e939216 Bug 690670, parts 1 and 2: Add a hal/ directory in which we can add device-interaction code, and build goop thereto. r=khuey sr=roc
--HG--
extra : rebase_source : bf3dc09f49d010ac4422150fc5300a41080af858
2011-10-05 15:15:45 -07:00
Chris Jones
16c7f04206 Bug 690670, part 0.1: Teach IPDL about uint* types, since those are what we have to use in "public" interfaces. r=bent
--HG--
extra : rebase_source : 36d9d7e5badaa8f941a9b76646f0b785072a62bf
2011-10-05 15:15:45 -07:00
Chris Jones
9928eba1eb Bug 690670, part 0: Add helpers for copy-constructing auto arrays from regular arrays. r=roc
--HG--
extra : rebase_source : e586553e4a2cf344f72347e195f42762f0183c99
2011-10-05 15:15:45 -07:00
Matt Brubeck
26440d5308 Bug 692123 - browser-chrome test for bug 692123 [r=mfinkle] 2011-10-05 15:12:02 -07:00
Matt Brubeck
adbfcdcb32 Bug 692123 - Back/Escape key does not work to dismiss context menu [r=mfinkle] 2011-10-05 15:11:38 -07:00
Bill McCloskey
a207bd0e0f Bug 684947 - Fix red 2011-10-05 15:09:23 -07:00
Bill McCloskey
5b182e4458 Bug 684947 - Fix bogus compartment assertion caused by generators (r=luke) 2011-10-05 14:51:51 -07:00
Bill McCloskey
b7fd4f51c6 Bug 688939 - Fix bogus script ownership assertion (r=dmandelin) 2011-10-05 14:51:37 -07:00
Mike Conley
e928547b48 Bug 488627 - Datepicker doesn't work with some short date formats. r=enn 2011-10-05 17:26:11 -04:00
Dão Gottwald
8776f2aec8 Bug 678326 - Notification bar overlaps window chrome during fade in/out. r=enn
--HG--
extra : rebase_source : 98a102a7f00231dc1a11435c51d917b425d25369
2011-10-05 17:20:02 +02:00
Ed Morley
14c477388c Merge MOZ_PGO mozconfig change to inbound 2011-10-05 19:36:12 +01:00
John Ford
f23fe5eb0d Bug 658313 - Remove MOZ_PGO from mozconfigs as that is now in automation; r=ted ; DONTBUILD DONT BUILD CLOSED TREE 2011-10-05 09:21:23 -07:00
Marco Bonardo
62637bdd9f Backout d5954910540e to check if it's causing the increase in m-oth leaks 2011-10-05 15:27:04 +02:00
Marco Bonardo
d060d3b33d Merge mozilla-central and mozilla-inbound 2011-10-05 13:01:20 +02:00
Lucas Rocha
d3ce30ae7f Bug 690870 - Bump magin_xtiny from 0.11mozmm to 0.15mozmm (r=mfinkle)
0.11 is too small and is causing rounding error in some cases (e.g. the sync
code description elements).
2011-10-05 11:00:14 +01:00
Mike Hommey
4b9a083cd2 Fixup bug 654056. r=bustage,f=edmorley 2011-10-05 09:39:18 +02:00
Alexander Surkov
26e99f5330 Bug 679271 - enable logging for evnts/test_tree.xul mochitest 2011-10-05 16:31:17 +09:00