Mike Hommey
|
ef186fb5e9
|
Bug 657297 part 2 - Add telemetry samples for initial I/O counters. r=tglek
|
2011-05-22 08:24:32 +02:00 |
Mike Hommey
|
6ab0e63563
|
Bug 657297 part 1 - Expose a function to add telemetry samples in XRE. r=tglek,sr=bsmedberg
|
2011-05-22 08:23:20 +02:00 |
Taras Glek
|
41d9f69bd4
|
Bug 665805 - Include sums in histograms sent to server r=Mossop
|
2011-06-21 14:39:14 -07:00 |
Taras Glek
|
7094f522b9
|
Bug 665805 - Adjust telemetry to work with official metrics server r=Mossop
|
2011-06-21 14:39:11 -07:00 |
Boris Zbarsky
|
0b57460761
|
Merge mozilla-central into mozilla-inbound
|
2011-06-21 17:05:11 -04:00 |
Boris Zbarsky
|
3e900c1912
|
Bug 548734. Get rid of the footgun ui.use_native_popup_windows preference. r=roc,khuey
|
2011-06-21 17:00:47 -04:00 |
Jeff Muizelaar
|
d00fedc460
|
Bug 660662. Remove unnecessary floor in nsNativeTheme::QueueAnimatedContentForRefresh. r=bent
Positive numbers are already floored when truncated so this should have no
semantic change, and avoids some implicit conversions.
|
2011-06-21 16:48:18 -04:00 |
Philipp von Weitershausen
|
955c28415a
|
Merge services-central and mozilla-central
|
2011-06-21 21:34:45 +02:00 |
Mounir Lamouri
|
38a07e82d1
|
Bug 665845 - Fixes to content/html/content/test/test_bug561634.html. r=ehsan
|
2011-06-21 18:50:12 +02:00 |
Mounir Lamouri
|
e13dc602b0
|
Bug 665841 - Move some tests to HTML Forms test directory. rs=smaug
--HG--
rename : content/html/content/test/test_bug566160.html => content/html/content/test/forms/test_formaction_attribute.html
rename : content/html/content/test/test_bug589696.html => content/html/content/test/forms/test_formnovalidate_attribute.html
rename : content/html/content/test/test_bug555559.html => content/html/content/test/forms/test_input_email.html
rename : content/html/content/test/test_bug344615.html => content/html/content/test/forms/test_input_url.html
rename : content/html/content/test/test_bug562932.html => content/html/content/test/forms/test_label_control_attribute.html
rename : content/html/content/test/test_bug565538.html => content/html/content/test/forms/test_mozistextfield.html
rename : content/html/content/test/test_bug556013.html => content/html/content/test/forms/test_novalidate_attribute.html
rename : content/html/content/test/test_bug346485.html => content/html/content/test/forms/test_output_element.html
rename : content/html/content/test/test_bug345512.html => content/html/content/test/forms/test_pattern_attribute.html
rename : content/html/content/test/test_bug345822.html => content/html/content/test/forms/test_required_attribute.html
|
2011-06-21 18:50:47 +02:00 |
Mounir Lamouri
|
ad18ae0754
|
Bug 665012 - r=bz
|
2011-06-21 18:51:34 +02:00 |
Mounir Lamouri
|
1dcae4d624
|
Bug 658037 (2/2) - r=bz
|
2011-06-21 18:52:01 +02:00 |
Mounir Lamouri
|
cb7ece5357
|
Bug 658037 (1/2) - r=bz
|
2011-06-21 18:52:22 +02:00 |
Ed Morley
|
46b06bd0a2
|
Bug 665723 - Fix unused variable warnings in layout/generic/; r=roc
|
2011-06-21 17:37:47 +02:00 |
Ed Morley
|
c44173c9f8
|
Bug 665595 - Fix unused variable warning in ExternalHelperAppParent.cpp; r=dwitte
|
2011-06-21 17:37:46 +02:00 |
Ed Morley
|
cb8614b686
|
Bug 665546 - Fix unused variable warning in nsMediaStream.cpp; r=roc
|
2011-06-21 17:37:45 +02:00 |
Ed Morley
|
aa936a457c
|
Bug 665391 - Remove unused variable maiAtkHyperlink from nsMaiHyperlink.cpp getUriCB(); r=surkov
|
2011-06-21 17:37:44 +02:00 |
Ed Morley
|
3299021cd9
|
Bug 665390 - Remove unused variable 'count' from nsXULPrototypeCache::WritePrototype; r=jst
|
2011-06-21 17:37:44 +02:00 |
Ed Morley
|
25a46395a7
|
Bug 665389 - Remove unused variable rv from nsPSPrinterList::Init; r=roc
|
2011-06-21 17:37:43 +02:00 |
Ed Morley
|
04f6aa3ccd
|
Bug 665387 - Remove unused variable document from nsHtml5TreeOperation::Perform; r=hsivonen
|
2011-06-21 17:37:41 +02:00 |
Ms2ger
|
bf30fd37b9
|
Bug 664543 - Remove nsIDOMWindow2; r=peterv
|
2011-06-21 17:37:38 +02:00 |
Jim Mathies
|
a4731b156c
|
merge backout
|
2011-06-21 10:33:22 -05:00 |
Jim Mathies
|
ad5314eab0
|
Backout of bug 580564 due to regression bug 663586.
|
2011-06-21 10:33:03 -05:00 |
Olli Pettay
|
0a22155797
|
Bug 664444 - Unlink nsGlobalChromeWindow, r=peterv
--HG--
extra : rebase_source : e31c451c4af6768f8bf1d6b1f053b30d33a7e2b5
|
2011-06-21 17:51:49 +03:00 |
Jonas Sicking
|
eec414fad6
|
Bug 665596: Get rid of loadlistenerproxy as it's no longer used. r=jst
|
2011-06-21 08:12:33 -07:00 |
Dão Gottwald
|
11e64ff222
|
Bug 591953 - Show the "Open Link" context menu item for URLs with hyphens. r=gavin
|
2011-06-21 11:59:29 +02:00 |
Ehsan Akhgari
|
0aa045dc7a
|
Merge mozilla-central into mozilla-inbound
|
2011-06-20 23:42:45 -04:00 |
Chris Leary
|
211fa60264
|
Merge mozilla central and tracemonkey.
|
2011-06-20 16:49:20 -07:00 |
Gregor Wagner
|
35b03ae9b3
|
Bug 656120 - Change MaybeGC trigger. r=igor
|
2011-06-20 14:44:26 -07:00 |
Ehsan Akhgari
|
2cc3d96913
|
Merge the last green changeset on mozilla-inbound to mozilla-central
|
2011-06-20 16:06:04 -04:00 |
Ed Morley
|
290f353f08
|
Bug 665359 - Remove unused variable res from nsHTMLEditor::AddPositioningOffset; r=ehsan
DONTBUILD
|
2011-06-20 14:53:51 -04:00 |
Jesse Ruderman
|
55153c3867
|
Add crashtest from bug 603146
|
2011-06-20 11:42:05 -07:00 |
Jesse Ruderman
|
7752d829cd
|
Add crashtest from bug 609560
|
2011-06-20 11:42:05 -07:00 |
Jesse Ruderman
|
6282ea4f29
|
Add crashtest from bug 468563
|
2011-06-20 11:42:05 -07:00 |
Jesse Ruderman
|
a0ce76dc63
|
Add crashtest from bug 588627
|
2011-06-20 11:42:05 -07:00 |
Jesse Ruderman
|
e44dc8379b
|
Add crashtest from bug 541620
|
2011-06-20 11:42:05 -07:00 |
Jesse Ruderman
|
8f9de07d93
|
Add crashtest from bug 605672
|
2011-06-20 11:42:05 -07:00 |
Jesse Ruderman
|
e0b9808dc8
|
Add crashtest from bug 614499
|
2011-06-20 11:42:05 -07:00 |
Jesse Ruderman
|
a901f446ef
|
Add crashtest from bug 576649
|
2011-06-20 11:42:05 -07:00 |
Jesse Ruderman
|
fb5fff274b
|
Add crashtest from bug 601284
|
2011-06-20 11:42:05 -07:00 |
Jesse Ruderman
|
4785957376
|
Add crashtest from bug 616930
|
2011-06-20 11:42:05 -07:00 |
Dave Townsend
|
b20978fb01
|
Bug 664833: Having a pending install for an existing add-on when a schema migration occurs will break the extension manager. r=robstrong
|
2011-06-20 09:56:00 -07:00 |
Kyle Huey
|
ea41583642
|
Back out Bug 441197 which was going to try ...
|
2011-06-20 11:18:19 -07:00 |
Kyle Huey
|
5c11341830
|
try: -b do -n -p win32 -u all -t all
|
2011-06-20 10:36:09 -07:00 |
Tim Taubert
|
a0a26219cd
|
Bug 665502 - tabItems are resized when closing the active tab in a group; r=dietrich
|
2011-06-20 18:34:55 +02:00 |
Kyle Huey
|
f284c1f66d
|
* * *
try: -b d -p win32 -u all
|
2011-06-20 08:57:16 -07:00 |
Kyle Huey
|
4c41b8e833
|
imported patch 441197-1
|
2011-06-20 08:57:12 -07:00 |
Kyle Huey
|
483400c22b
|
imported patch ipcnsid
|
2011-06-20 08:57:09 -07:00 |
Steven Michaud
|
78fd1914ad
|
Bug 663688 - Temporarily default to turning off downloadable fonts on OS X Lion. r=jdaggett,jfkthame
|
2011-06-20 10:42:39 -05:00 |
Mark Finkle
|
3aaee6e5ce
|
Bug 665544 - Using Quit menu does not save session state as expected [r=mbrubeck]
|
2011-06-20 11:29:26 -04:00 |