Commit Graph

103902 Commits

Author SHA1 Message Date
Rafael Ávila de Espíndola
8e6f7ad324 Bug 787568 - Upgrade clang to r161152. r=rail.
Update the manifests.
2012-08-31 19:09:38 -04:00
Rafael Ávila de Espíndola
2e83a27fe2 Bug 787568 - Upgrade clang to r161152. r=rail.
Update the build script.
2012-08-31 19:08:53 -04:00
Brian Nicholson
18e173263e Bug 784386 - Part 11: Replace setting innerHTML with textContent for text. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
c2fc3ba2ef Bug 784386 - Part 10: Remove killBreaks(). r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
100f0212ea Bug 784386 - Part 9: Move pageCacheHtml outside of loop. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
49399e08b0 Bug 784386 - Part 8: Replace innerHTML call for divToPElements search. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
76d6f8112c Bug 784386 - Part 7: Replace innerHTML call for readability-page-1 <div>. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
87c5077409 Bug 784386 - Part 6: Replace innerHTML call for putting sibling in <div>. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
aa508e823f Bug 784386 - Part 5: Replace innerHTML call for topCandidate. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
946d52dcf1 Bug 784386 - Part 4: Replace innerHTML call for <div> to <p> conversion. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
a9a4ad2d85 Bug 784386 - Part 3: Replace innerHTML call for <br><p> to <p> conversion. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
f41e02d9b9 Bug 784386 - Part 2: Replace innerHTML call for <font> to <span> conversion. r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
b4de1179b8 Bug 784386 - Part 1: Replace string concatenations with Array.join(). r=lucasr 2012-08-31 15:56:13 -07:00
Brian Nicholson
33e7e314a8 Bug 786623 - Use mobile UA for YouTube on tablets. r=mfinkle 2012-08-31 15:36:37 -07:00
Brian Nicholson
43ec7b25f5 Bug 786842 - Fix replaceBrs() typo for checking whitespace. r=lucasr 2012-08-31 15:33:01 -07:00
Luke Wagner
7fa2c7b65b Bug 787291 - add pod_malloc<T> et al (r=billm) 2012-08-31 15:10:10 -07:00
Luke Wagner
8c486830fd Bug 787246 - rm OffTheBooks/Foreground/UnwantedForeground gunk (r=billm) 2012-08-31 15:01:33 -07:00
Jonathan Griffin
47277d3abf Bug 787520 - Fix test_log.py, a=test-only, DONTBUILD because NPOTB 2012-08-31 11:58:18 -07:00
Philipp von Weitershausen
6017a8e2ad Merge a PGO-green inbound changeset to m-c. 2012-08-31 10:14:33 -07:00
Philipp von Weitershausen
e8d5af186f Back out 982d02faef3f (bug 777145) for B2G marionette bustage 2012-08-31 13:16:20 -03:00
Frank Yan
6bc6767b50 Bug 782324 - Add support in JarMaker for file names that contain '@'. r=khuey 2012-08-31 06:36:12 -07:00
Shu-yu Guo
0bded41d2f Bug 787667 - Fix bounds checking on multidimensional ParallelArray (r=dvander) 2012-09-01 12:10:17 -07:00
Ms2ger
30f421bdba Merge m-c to m-i. 2012-08-31 11:40:15 +02:00
Kyle Huey
a9856089e7 Bug 687332: Part 4 - Sigh. r=me 2012-08-30 21:32:16 -07:00
Kyle Huey
f48bd685b0 Bug 687332: Part 3 - Fix even more code that landed since the last time I built this. r=me 2012-08-30 21:09:13 -07:00
Kyle Huey
0baaffe99f Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz 2012-08-30 20:45:16 -07:00
Phil Ringnalda
8208f69852 Bug 757722 - skip unit_ipc/test_content_annotation.js on OS X since it is the only failing test keeping xpcshell hidden on 10.7 and 10.8 2012-08-30 20:04:10 -07:00
Phil Ringnalda
d85ca3cf55 Bug 784783 followup, remove the stray ) which is causing build bustage 2012-08-30 21:22:26 -07:00
Phil Ringnalda
d93899ff40 Back out ca6ad4ab3366 (bug 757722) for Mac build bustage 2012-08-30 21:10:43 -07:00
Masayuki Nakano
2422d7e4ab Bug 784783 Don't access [NSEvent characters] if the event type is neither NSKeyDown nor NSKeyUp r=smichaud 2012-08-31 12:55:23 +09:00
Doug Turner
02cf9be512 Bug 784763 - freeBytes in stat() result is wrong. r=sicking 2012-08-30 20:15:32 -07:00
Phil Ringnalda
2a8e688181 Bug 705046 - Disable the chunks of test_html5_tree_construction_part2.html which touch plugins and thus expose our brokenness on 10.8
--HG--
extra : rebase_source : 566332fd749935688e36c8ed8f2b54d9b8f05ec4
2012-08-30 20:11:21 -07:00
Phil Ringnalda
cfc751f3b6 Bug 757722 - skip unit_ipc/test_content_annotation.js on OS X since it is the only failing test keeping xpcshell hidden on 10.7 and 10.8
--HG--
extra : rebase_source : f0d6e68e15dd63248060e50cc62a125a017815bf
2012-08-30 20:04:10 -07:00
Kyle Huey
ed41b5862f Bug 687332: Part 1 - Explicitly keep track of which event listener holds the event handler. r=smaug 2012-08-30 19:52:32 -07:00
Ryan VanderMeulen
db0d22bd6d Merge the last PGO-green inbound changeset to m-c. 2012-08-30 21:54:09 -04:00
Ehsan Akhgari
eb3fbbbe99 Crashtest for bug 770710; r=roc 2012-08-30 21:32:27 -04:00
Ehsan Akhgari
3c78f81f54 Bug 785720 - Move the MathML token frame leading/trailing whitespace trimming logic to nsTextFrame; r=roc 2012-08-30 21:32:02 -04:00
Ryan VanderMeulen
e0d7217b26 Backout a1adb4d46c3f (bug 747820) for Windows mochitest-other crashes. 2012-08-30 17:58:14 -04:00
Ally Naaktgeboren
54d001c809 Bug 762230 - Add-ons not listed when resetting Sync; r=mconnor 2012-08-30 14:57:15 -07:00
Andrew Sutherland
066654cdad Bug 787214 - s/this/self/ in mozTCPSocket context where this is not available. r=fabrice 2012-08-30 18:47:48 -03:00
Scott Johnson
dfe64eb234 Bug 786891, Followup 1: Remove specific directories for css3-multicol accidentally added to import-tests.py in prev patch. DONTBUILD because NPOTB. [r=me] 2012-08-30 16:30:10 -05:00
Jim Blandy
6b59423a60 Bug 786509: Remove support for wildcard event listeners from dbg-client.jsm's eventSource. r=past 2012-08-30 14:29:55 -07:00
Victor Porof
4c0bd57e56 Merge fx-team to m-c 2012-08-30 21:23:21 +03:00
Blake Kaplan
520d5bebeb Bug 786283 - Report to the caller when a scan request fails. r=vchang DONTBUILD 2012-08-30 15:05:02 -03:00
Blake Kaplan
a005ad2893 Bug 768394 - Catch up with changes in ifc_reset_connections on ICS. r=gal 2012-08-30 13:01:34 -03:00
Blake Kaplan
e6d72f61f9 Bug 778360 - Don't try to reconnect to a running wpa_supplicant since that confuses the network manager. Instead, ensure that it's well and truly dead before starting. r=gwagner f=hub 2012-08-30 11:08:52 -03:00
Kyle Huey
3ff74985e4 Bug 786048: Rename 'JSEventListener' to 'EventHandler' to better match the spec's terminology. r=smaug 2012-08-30 09:25:10 -07:00
Gregor Wagner
790cd35b36 Bug 787069 - B2G desktop build broken. r=bent 2012-08-30 11:46:04 -03:00
Siddharth Agarwal
e5d813fcba Merge mozilla-central to build-system. 2012-08-30 18:54:10 +05:30
Mark Hammond
8df594e851 Bug 786085 - fix intermittent orange in browser_notifications.js. r=gavin 2012-08-30 16:49:50 +10:00