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

288060 Коммитов

Автор SHA1 Сообщение Дата
Seth Fowler 0a022d333f Bug 803349 - Restore NS_DECL_IMGICONTAINER to VectorImage / RasterImage. r=joe 2012-10-19 13:27:11 -07:00
Daniel Holbert b57068badb Bug 803641: Fix signed/unsigned-comparison build warnings in TestTArray.cpp, and mark its directory as warning-free. r=jlebar 2012-10-19 13:26:50 -07:00
Jason Smith b5c5ba0df8 Bug 780780 - Crash test for mozilla::SuccessCallbackRunnable::Run - r=jesup 2012-10-17 23:32:25 -07:00
John Schoenick 7b886fbf79 Bug 797043 - Followup, only implicitly click-to-play activate actual plugin types. r=josh 2012-10-19 13:11:42 -07:00
Neil Deakin 41349782e7 Bug 772808, Menuitems should inherit hidden attribute from commands, r=neil,smichaud 2012-10-19 16:04:07 -04:00
David Burns cf06f28de2 Bug 802227: add --testvars to runner to accept JSON file with test data; r=jgriffin 2012-10-19 20:32:36 +01:00
Sriram Ramasubramanian cf373afc8c Bug 708707: Fennec home screen widget. [r=mfinkle]
--HG--
extra : rebase_source : 63871fd8412c45931e8739b1550ebf537638549f
2012-10-19 11:15:06 -07:00
Sriram Ramasubramanian a443dc7963 Bug 708707: Add widget specific icons to branding folders. [r=mfinkle]
--HG--
extra : rebase_source : 65dd376ac6ea95c93c557b3abc77934ef9b8c5b3
2012-10-19 11:13:57 -07:00
Anant Narayanan 546365d1f8 Bug 780790: Check for NULL callbacks in getUserMedia; r=jesup 2012-10-18 11:31:00 -07:00
Jan de Mooij 2e5c70a819 Bug 803219 - Fix TI sanity checks in the interpreter. r=terrence 2012-10-19 21:10:01 +02:00
Bobby Holley 2b400bf0e8 Bug 793969 - Define an identity transformation at the Xray layer. r=mrbkap 2012-10-19 21:00:48 +02:00
David Burns e799cd6413 Bug 801703: iframe elements instead of using window.frames; r=mdas 2012-10-19 19:46:58 +01:00
Jim Chen 0ad7d13f76 Bug 792928 - Don't select entire text when event offsets are out of bounds; r=masayuki 2012-10-19 14:45:54 -04:00
Etienne Segonzac 3e3eaa547a Bug 795164 - Preventing DOMApplicationRegistry from broadcasting the same message to the same message manager multiple times. r=fabrice 2012-10-19 11:17:05 -07:00
Gregory Szorc b8ead98943 Bug 800614 - Require Python 2.6 to build the tree; r=ted
Previous minimum Python was 2.5.

This only affects the build system. Some code (including some testing
code) still needs to run on older versions of Python.
2012-10-19 11:13:37 -07:00
Terrence Cole 655049da80 Bug 801114 - Remove JSD's unused out-of-memory hook; r=billm
--HG--
rename : content/canvas/test/test_toBlob.html => content/canvas/test/test_mozGetAsFile.html
rename : dom/base/test/test_gsp-qualified.html => dom/base/test/test_gsp-standards.html
rename : dom/bindings/ExampleGen.py => dom/bindings/BindingGen.py
rename : dom/tests/mochitest/chrome/file_bug800817.xul => dom/tests/mochitest/chrome/file_bug799299.xul
rename : dom/tests/mochitest/chrome/test_bug800817.xul => dom/tests/mochitest/chrome/test_bug799299.xul
extra : rebase_source : bea54e63e4712ab097b7d7882092968aed82170b
2012-10-19 10:49:48 -07:00
Kannan Vijayan e529312818 Bug 802384 - Bug in GeneratePrototypeGuards in IonCache.cpp. (r=mjrosenb) 2012-10-19 13:34:56 -04:00
Jeff Walden 8b3149c4a0 Bug 803438 - Convert nsPreflightCache and nsPreflightCache::CacheEntry to use mozilla::LinkedList and mozilla::LinkedListElement instead of prclist.h. r=jlebar
--HG--
extra : rebase_source : cf4d3a1f495c1b9286bb08fef4823eeedc0e5394
2012-10-18 20:41:13 -07:00
Jeff Walden d50a1c2f80 Give LinkedListElement a thisDuringConstruction() method, and use it in member initialization to silence an MSVC compiler warning. No bug, r=sparky
--HG--
extra : rebase_source : b0859f6d169255196cb59d40504ed08b1074e9a4
2012-10-18 18:39:54 -07:00
Jeff Walden 2a0b543a85 Bug 532369 - Replace octal numbers in httpd.js with manual bit-shifts and bit-ors, to avoid strict warnings. Obvious enough for r=try
--HG--
extra : rebase_source : d110239cac4967d7bd278c3c931f10fe78229860
2012-10-05 17:04:12 -07:00
Scott Johnson 01cbfb590a Bug 784375: Add a preference to control maximum font size inflation ratio. [r=dbaron] 2012-10-15 14:03:37 -05:00
Eitan Isaacson d749b432ac Bug 803327 - Provide window to viewportChanged in presenters. r=davidb 2012-10-19 10:06:08 -07:00
Eitan Isaacson 53bb206f98 Bug 802415 - Report virtual cursor position on selected tab when tab changes, or when focus moves to content area. r=davidb 2012-10-19 10:06:08 -07:00
Eitan Isaacson 39d0142c1b Bug 802280 - Send Layerview focus change events to js. r=blassey 2012-10-19 10:06:08 -07:00
Eitan Isaacson cd2d3513b4 Bug 802273 - Remove present last pivot code. It is an antipattern. r=davidb 2012-10-19 10:06:08 -07:00
Eitan Isaacson 3de6fc2689 Bug 802270 - Reuse hover enter events for accessibility focus events. r=blassey 2012-10-19 10:06:08 -07:00
Eitan Isaacson 6aa19de7bc Bug 803112 - Handle AccessFu startup when there is no current browser yet. r=davidb 2012-10-19 10:06:07 -07:00
Jim Blandy 107003f921 Bug 738480: Simplify Debugger::ScriptQuery after CPG. Fix missing compile-and-go scripts. r=luke 2012-10-19 09:53:00 -07:00
Brian R. Bondy bb46104f89 Bug 801855 - Check update download progress to prevent overly large update from being downloaded. r=rstrong 2012-10-19 12:43:54 -04:00
Brian R. Bondy ee99bc0e2d Bug 801855 - Tests for MAR downloads will not be accepted if manifest size is different. r=rstrong 2012-10-19 12:43:51 -04:00
Justin Lebar ee72a5b1b4 Bug 798395 - Follow-up: Add URI escaping to about:memory's file argument. r=me 2012-10-19 12:13:54 -04:00
Justin Lebar 25e9efde74 Bug 798395 - Let us specify a file to load into about:memory (as about:memory?file=/path/to/file). r=njn 2012-10-19 11:51:51 -04:00
Kartikaya Gupta b4b38446e4 Bug 792143 - Zombify the LRU tab when a new tab is opened, subject to the zombieTime pref. r=mfinkle 2012-10-19 11:47:26 -04:00
Kartikaya Gupta 5c48639a19 Bug 792143 - Add a field to track when tabs were last touched, so we can zombify tabs that haven't been seen in a while. r=mfinkle 2012-10-19 11:46:55 -04:00
Jacek Szpot 057be630c0 Bug 800106: replace some NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINEs; r=ehsan 2012-10-19 10:33:33 +02:00
Kartikaya Gupta ebaa41a028 Bug 757680 - Turn off touch event coalescing by default. r=wesj 2012-10-19 11:18:01 -04:00
Alexander Surkov 4e69a50fef Bug 727942 - scrollToPoint is broken when page is zoomed, r=tbsaunde, f=roc 2012-10-20 00:10:28 +09:00
Isaac Aggrey f3cb73b9c7 Bug 794510: Part 1 - Build with NO_NSPR_10_SUPPORT by default; r=ehsan,glandium,wtc 2012-10-11 01:00:54 -05:00
Brian Smith 2cb66678c1 Bug 794510, Part 9: remove security/nss/cmd/** includes from mozglue; r=glandium 2012-10-19 10:59:15 -04:00
Randell Jesup 76f9897831 Bug 803086: Process NULL image chunks in NotifyQueuedTrackChanges() r=ekr 2012-10-19 10:58:06 -04:00
Phil Ringnalda d27a7a3945 Bug 802453 - automation.py.in should set extensions.update.enabled to false, r=ted
--HG--
extra : rebase_source : fadd0e7f9d004dbecbff033408ac06fc78e92778
2012-10-19 07:27:19 -07:00
Ed Morley 7346b8fb5d Merge mozilla-central to mozilla-inbound 2012-10-19 15:24:43 +01:00
Ed Morley faeadaf8c1 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-10-19 15:23:32 +01:00
Jesse Ruderman ad70dfb070 Remove stray newline from assertion message. (No bug, DONTBUILD) 2012-10-19 07:13:14 -07:00
Jesse Ruderman 706dbfd44c Remove trailing whitespace. (No bug, DONTBUILD) 2012-10-19 07:13:14 -07:00
Kartikaya Gupta 34c8426354 Bug 754047 - Remove invalid assertion. r=blassey 2012-10-19 09:39:37 -04:00
Brian R. Bondy e3142eb157 Bug 797044 - Uninstaller now deletes Metro Firefox profile. r=jimm 2012-10-19 09:34:10 -04:00
Robert Strong dd5b81326b Bug 792106. r=bbondy 2012-10-19 07:35:41 -04:00
Brian R. Bondy 68451728f3 Bug 792106. r=rstrong 2012-10-19 07:35:34 -04:00
Makoto Kato fed22904dc Bug 802529 - crash in js::detail::HashTableEntry with methodjit=false. r=luke 2012-10-19 16:37:00 +09:00