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

249240 Коммитов

Автор SHA1 Сообщение Дата
Jonas Sicking 4e6a9c5461 Bug 649150: Make sure that all blobs and files sent using FormData have a filename in the encoded submission. r=mounir 2011-06-29 11:03:36 -07:00
Dave Townsend ecd449c529 Bug 666431: Track changes made to add-ons during early startup. r=robstrong 2011-06-29 09:21:38 -07:00
Mounir Lamouri 21c471d4e7 Merge mozilla-inbound into mozilla-central. 2011-06-29 17:38:29 +02:00
Rob Campbell f40c4e13ed merge devtools to m-c 2011-06-29 12:18:34 -03:00
Sid 9042eed1bf Bug 624225 - Remove border-radius from tabs. r=dao 2011-06-29 16:41:01 +02:00
Dão Gottwald 2fccc50039 Bug 658738 - Correctly remove observer 2011-06-29 16:39:18 +02:00
Dão Gottwald a49e900b9d Bug 668000 - browser_pageInfo.js leaks 2011-06-29 16:38:31 +02:00
Ted Mielczarek a4398294bc merge mozilla-central and build-system 2011-06-29 09:42:11 -04:00
Jonathan Kew e9e59d071d bug 663688 - back out changeset c4b84b05c46c to revert the workaround that disabled downloadable fonts on Lion. r=jdaggett 2011-06-29 14:16:12 +01:00
Mounir Lamouri 2a6dff584a No bug - Fix build bustage. 2011-06-29 14:29:29 +02:00
Mounir Lamouri 1b5a5e91d1 Bug 667497 - Add documents' element size to documents' size computation. r=jst 2011-06-29 13:19:21 +02:00
Mounir Lamouri 3467081aae Bug 667485 - Add windows' document size to windows size. r=jst 2011-06-29 13:18:54 +02:00
Mounir Lamouri 3118799f9f Bug 667474 - Do a naive computation of windows' size in the DOM Memory Reporter. r=jst 2011-06-29 13:06:43 +02:00
Mounir Lamouri 9ca46176f4 Bug 667470 - Track all created windows in a global hash table. r=bz 2011-06-29 13:03:54 +02:00
Mounir Lamouri 95027d8725 Bug 667468 - Add a dummy DOM memory reporter behind a compilation flag. r=njn 2011-06-29 13:01:07 +02:00
Mounir Lamouri 825de9ef48 Bug 665865 - Make test_bug590363.html apply for all input types. r=smaug 2011-06-29 12:51:57 +02:00
Mounir Lamouri 456e605e4f Bug 667866 - Misc fixes and improvements to reflect.js. r=Ms2ger
Add license boilerplate, header comment, check for the attribute being in the
IDL and the attribute type. Finally, fixing some typos.
2011-06-29 12:50:43 +02:00
Mounir Lamouri 7248bcbce8 Bug 667864 - Tests more nsHTMLInputElement attributes reflection. r=Ms2ger
--HG--
rename : content/html/content/test/test_bug557628-1.html => content/html/content/test/test_bug557628.html
2011-06-29 12:48:56 +02:00
Mounir Lamouri b03226f205 Bug 668166 - Add reflectString method to reflect.js. r=Ms2ger 2011-06-29 12:49:06 +02:00
Marco Bonardo fba7575d35 Merge mozilla-inbound to mozilla-central 2011-06-29 11:18:14 +02:00
Doug Turner 3ba825d401 Bug 665407 - Disable sutagent if not building tests. r=ctalbert 2011-06-28 20:51:30 -07:00
Joe Drew 701f84900b Merge last green changeset from m-i to m-c. 2011-06-28 21:46:06 -04:00
Chris Jones 796f9a5bc4 Test for bug 667947. r=dbaron 2011-06-28 17:35:39 -07:00
L. David Baron 2d44f17e62 Bug 667948: Convert canvas text measurement widths from app units to pixels *after* they switch from integers to floats. r=roc 2011-06-28 16:58:00 -07:00
Ted Mielczarek c344ca6306 bug 664197 - fix manifestparser tests on Windows 2011-06-28 15:19:03 -04:00
Stephen Horlander 4a8130f81f Bug 648377: Update Disk Image and File Icons, r=gavin
--HG--
extra : rebase_source : e7395a0458fb3a27f3fb5d55d8d46b6e25c0be52
2011-06-28 14:35:18 -04:00
Stephen Horlander d30958068c Bug 653321: Add new backgrounds to nightly and aurora dmgs, r=gavin
--HG--
extra : rebase_source : 33d63e5530d9987374624a8b2951431d5c76d5bf
2011-06-28 14:28:58 -04:00
Joe Drew 0169905f3e Back out fcf08eff68eb (Bug 658894) for causing Reftest assertions. 2011-06-28 14:42:06 -04:00
Joe Drew 9425d9553a Back out fcf08eff68eb (Bug 662555) for causing reftest assertions. 2011-06-28 14:41:14 -04:00
Paul O’Shannessy a30b7f8b43 Bug 666790 - addon download progress doorhanger has error when asking permission to install [r=gavin] 2011-06-28 11:03:00 -07:00
Ted Mielczarek 4ab453b798 bug 664197 - bustage fix, make xpcshell selftest work with Python 2.5 2011-06-28 09:52:17 -04:00
Ted Mielczarek eaf35622ec bug 664197 - bustage fix, sync js/src/config 2011-06-28 08:32:29 -04:00
Ted Mielczarek 4333f51ea5 bug 659950 - implement a much simpler pair of codesize metrics: on-disk application size + installer size. r=glandium
--HG--
extra : rebase_source : 6ac0f4c367e7941de3dbbd05234afdb4e79ab14c
2011-06-28 07:55:56 -04:00
Ted Mielczarek c092cc9149 bug 664197 - support universal builds in mozinfo/writemozinfo. r=jhammel
--HG--
extra : rebase_source : 13faa21a59805f879568c764cce61e8520749246
2011-06-28 07:55:56 -04:00
Ted Mielczarek a45ca344fa bug 664197 - update xpcshell manifests with new conditions. r=jmaher
--HG--
extra : rebase_source : 21b5f1b5b34ec7a1efb2a8b444c9b41a6a39106d
2011-06-28 07:55:56 -04:00
Ted Mielczarek 22b8e0fde4 bug 664197 - extend writemozinfo.py to add a few more keys. r=jhammel
--HG--
extra : rebase_source : 5178bab50d1b7fb35a462813821d350e085e2d4a
2011-06-28 07:55:56 -04:00
Benjamin Smedberg 585a9bcb38 Bug 666938 - Add a console message when a binary component doesn't load because of a kVersion mismatch, r=Mossop
--HG--
extra : rebase_source : 7a950be04051e13c169af5d9852cef0e123d31a7
2011-06-24 14:08:13 -04:00
Joe Drew 075aa11a02 Merge m-c to m-i 2011-06-28 12:21:04 -04:00
Joe Drew fb3508d786 Merge last green changeset from mozilla-inbound to mozilla-central. 2011-06-28 12:11:31 -04:00
Kyle Huey 875ae3ab9d Merge b-s to m-c. 2011-06-28 08:54:26 -07:00
Boris Zbarsky dd17f013fa Bug 667520. Fix nth index cache to work correctly when nth-child selectors are only applied to some elements of a child list. r=dbaron 2011-06-28 11:19:18 -04:00
Jonas Sicking 3563ee2591 Bug 663461 Part 2: Remove Add/RemoveEventListenerByIID from embedding. r=smaug 2011-06-28 08:12:42 -07:00
Kai Engert d7ca4b6cc6 Bug 596221, PSM should use new function to find encryption certificates of email recipients -- Original patch contributed by Juergen Brauckmann, enhanced by me -- r=rrelyea -- Should fix bug 558337 and bug 337430, too. 2011-06-28 14:26:41 +02:00
Ms2ger 3f2027861d Bug 667582 - Stop const_casting in nsHTMLOptionElement; r=bz 2011-06-28 12:45:51 +02:00
Ms2ger 9fa708c87f Bug 666684 - Fix build warnings in embedding/browser/webBrowser; r=bz 2011-06-28 12:45:50 +02:00
Marco Bonardo 97e50f4bc9 Merge last green changeset from mozilla-inbound to mozilla-central 2011-06-28 11:17:15 +02:00
Marco Bonardo 8117636862 Backout changeset dc809c612dee due to permaorange in mochitest-other 2011-06-28 11:03:13 +02:00
Mike Hommey 7998a8e3c3 Backout changeset e986c0494f1a (bug 537857 part 1) due to Mochitest regression 2011-06-28 09:58:29 +02:00
Raymes Khoury 9fb77d8199 Bug 537857 part 3 - Fix assert failure in dump_syms in some cases when the linker discarded symbols. r=ccountant,r=jimb 2011-06-28 08:25:49 +02:00
Mike Hommey 0572c10e07 Bug 537857 part 2 - Avoid --gc-sections removing anything from elfhack test case. r=tglek 2011-06-28 08:25:48 +02:00