Commit Graph

254328 Commits

Author SHA1 Message Date
Brian Hackett
e7ad41c28f [INFER] Reapply f1c585415dd4 7c89b0ff453d 19794de530f1 (bug 686000). 2011-09-17 19:31:33 -07:00
Brian Hackett
bdae2afd0e [INFER] Reapply c1f0817e5cb4 (bug 557358), 353b160fb804 (bug 685313), 9459096a263a b31b25125429 (bug 669715), a887241aed3a (bug 684404). 2011-09-17 19:24:19 -07:00
Brian Hackett
fa2d7dd909 [INFER] Reapply c2726640029f 3330521cfa4a b68281262e15 (bug 557358), 6a8947bcc821 (bug 684943), 50d4f6fa00ce (bug 683714), f3dd7cf2d0b3 (bug 683999). 2011-09-17 19:14:22 -07:00
Daniel Holbert
2400305c37 Back out cset c3bf76213a6c (bug 665392) for breaking a testcase from the w3c svg testsuite, 'full-animate-elem-24-t.html'. 2011-09-17 09:18:13 -07:00
Ed Morley
5acc65b28b Backout latest JM merge for OSX 10.5 M-oth permaorange (see bug 687257) on a CLOSED TREE 2011-09-17 16:32:43 +01:00
Ed Morley
382cca3524 Merge last green changeset on mozilla-inbound to mozilla-central 2011-09-17 10:02:50 +01:00
Mike Hommey
a251f5c8b6 Bug 687139 - Avoid linking the updater against libmozutils. r=khuey 2011-09-17 08:55:45 +02:00
Brian Hackett
4fadb0aefd [INFER] Backout 3a8b5e4a286b for suspected M-oth orange. 2011-09-16 20:31:54 -07:00
Brian Hackett
83a5d27da1 Merge MC->JM 2011-09-16 20:30:25 -07:00
Lucas Rocha
c9e7d1eacb Bug 686530 - Fix padding on icons to not cover urlbar line (r=wesj) 2011-09-17 00:38:36 +01:00
Ed Morley
9c6e88d2d6 Backout d4bdab069bbc (bug 630007) for qt build bustage and various oranges on other platforms 2011-09-17 00:27:55 +01:00
Brian R. Bondy
502e8de807 Bug 617052 - Formatting fix for previous push. r=jimm 2011-09-16 15:46:38 -07:00
Rafael Ávila de Espíndola
7c62c3c039 Bug 684659 - Remove xptcinvoke_unixish_x86.cpp. r=bsmedberg.
This patch:
* Modifies the linux version so that both calls are aligned and can be used by the OS X assembler.
* Removes KEEP_STACK_16_BYTE_ALIGNED, since it is cheap to do it always and the linux implementation was already doing.
* Define MOZ_NEED_LEADING_UNDERSCOR on OS X
* Move users of xptcinvoke_unixish_x86.cpp to xptcinvoke_gcc_x86_unix.cpp (and the stubs file too)

--HG--
extra : rebase_source : 11eac139b33ddfe60af96690e0c54aec77db82c9
2011-09-16 14:34:09 -07:00
Gian-Carlo Pascutto
a7981da69c Bug 669410 - Add copyright header to PrefixSet IDL file. DONTBUILD (NPOTB)
--HG--
extra : rebase_source : 3205a7b2e39c6d0a37ef38755902061a025edd15
2011-09-16 14:34:05 -07:00
Doug Turner
d6d932e4e7 Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh. 2011-09-16 14:34:31 -07:00
Jonathan Kew
ee56ede693 bug 686497 - avoid passing excessively long wavy-underline path to cairo for stroking. r=roc 2011-09-16 20:23:29 +01:00
Sriram Ramasubramanian
44e05fde0e Bug 661612 - Update download progress notification keeps reappearing in Android 3 [r=mfinkle,alexp] 2011-09-16 12:10:58 -07:00
Sriram Ramasubramanian
47fae45bfa Bug 685147 - Add tap-hold selection color status to row selection [r=mfinkle] 2011-09-16 12:10:55 -07:00
Sriram Ramasubramanian
eec69a6ee9 Bug 660686 - Patch for browser-chrome test [r=mfinkle] 2011-09-16 12:10:53 -07:00
Sriram Ramasubramanian
c287ae79b3 Bug 660686 - Enable entire row region selection in Preferences [r=mfinkle] 2011-09-16 12:10:50 -07:00
ithinc@sohu.com
3caf9548e8 Bug 624363 - Reloading all tabs does not show progress in List all tabs pop-up. r=dao 2011-09-16 19:42:32 +02:00
Raymond Lee
19ed8ee474 Bug 686855 - Undeclared variable causes the tab key navigation to stop working r=dietrich 2011-09-16 18:17:17 +01:00
Brian Hackett
a6771d2cc9 Merge MC -> JM 2011-09-16 08:51:41 -07:00
Ehsan Akhgari
8024c114f3 Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-16 09:31:43 -04:00
Mike Hommey
c8451bd14f Bug 686694 - Remove library extraction splash screen. r=mfinkle 2011-09-16 11:15:43 +02:00
Mike Hommey
836ea80927 Bug 685130 - Build libffi with the same flags as the rest. r=ted 2011-09-16 10:01:03 +02:00
Mike Hommey
44d9074889 Bug 686694 - Don't extract libraries on Android unless we're starting with the DEBUG intent. r=dougt 2011-09-16 10:00:42 +02:00
Brian Hackett
cbf706e058 [INFER] Fix red. 2011-09-15 17:19:57 -07:00
Brian Hackett
b29901f2bf [INFER] Don't change prototype of new objects when reusing type in Array.{slice,splice,concat}. bug 683140. 2011-09-15 17:16:57 -07:00
Kyle Huey
2f25c40d87 Remove some silly LOCAL_INCLUDES from content/base/src. r=me 2011-09-15 16:47:29 -07:00
Kyle Huey
dbdc064e79 Merge m-c to b-s. 2011-09-15 16:44:46 -07:00
Brian Hackett
5798d2c76d [INFER] Add jitcode assertions for type correctness around property accesses, bug 685186. 2011-09-15 16:19:38 -07:00
Brian Hackett
7baa7c76ce [INFER] Decouple constraints generating callee types and 'this' types of those callees for CALLELEM, bug 686396. 2011-09-15 12:50:19 -07:00
Brian Hackett
b9fb62bd5e [INFER] Fail compilation rather than assert if a constant pool is dumped while generating an IC, bug 669715. 2011-09-15 12:11:03 -07:00
Len
be74f2b718 Bug 487242 - Implement 'unread' attribute for tabbrowser tabs. r=dao 2011-09-15 19:53:30 +02:00
Ehsan Akhgari
f3bacc8d1a Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-15 09:41:15 -04:00
Neil Rashbrook
08ff38052a Bug 660532 Remove useless uses of PromiseFlatCString r=sdwilsh 2011-09-15 09:36:07 +01:00
Neil Rashbrook
e626e8ff0c Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte 2011-09-15 08:40:17 +01:00
Brian Hackett
7596a08601 [INFER] Backout bug 685358. 2011-09-14 22:09:40 -07:00
Raymond Lee
5c18d29af3 Bug 596504 - DOM attribute for the group node needed which references the undo button r=dietrich 2011-09-15 12:37:19 +08:00
Wesley Johnston
0aff495323 Bug 685347 - Context menu selections in URL bar removes focus on the URL bar; r=mbrubeck 2011-09-16 09:56:58 +01:00
Lucas Rocha
87f0161b51 Bug 686857 - Make clickable area match close button boundaries (r=mfinkle) 2011-09-16 09:56:01 +01:00
Lucas Rocha
27163a402f Bug 685845 - Avoid horizontal overflow on tabs scrollbox (r=mfinkle)
The close container was overflowing the tabs scrollbox by 1px and causing the horizontal scroll indicator to show up unnecessarily.
2011-09-16 09:54:14 +01:00
Justin Lebar
16d506a74f Bug 686720 - Expose PSS from smaps in about:memory. r=khuey 2011-09-15 10:53:04 -07:00
Hari R
029285d0e6 Bug 684083 - Avoid null dereference when using Components.utils.getWeakReference(undefined). r=mrbkap 2011-09-14 23:13:00 -04:00
Justin Lebar
70b7558185 Bug 686172 - In about:memory, make the smaps breakdown trees appear only where they're available (on Linux). r=khuey 2011-09-14 17:37:45 -07:00
Justin Lebar
453d7ec72a Bug 686597 - Add a copy constructor to nsAutoTArray and friends. r=bz 2011-09-15 22:16:14 -07:00
Neil Rashbrook
396ec9d7bf Backout of bug 611503 because Android has some weird string code 2011-09-14 21:14:57 +01:00
Neil Rashbrook
12e76a497d Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte 2011-09-14 20:21:20 +01:00
Margaret Leibovic
7c8221c720 merge m-c into fx-team 2011-09-14 12:08:14 -07:00