source: contrib/GoogleGears/Linux-Firefox3.6/gears-filesubmit-firefox36.diff @ 4070

Revision 4070, 1.2 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1775 - Adicionados os fontes do googlegears ao Contrib

  • gears/base/common/js_dom_element.cc

    diff -aur gears/base/common/js_dom_element.cc gears/base/common/js_dom_element.cc
     
    170170  if (NS_FAILED(nr)) { return false; } 
    171171 
    172172  // Verify unknown is a DOM HTML element 
     173#if !defined(BROWSER_FF36) 
    173174  if (!VerifyNsContent(supports)) { return false; } 
     175#endif 
    174176  dom_html_element_ = do_QueryInterface(supports); 
    175177  if (dom_html_element_.get() == NULL) { return false; } 
    176178 
  • gears/tools/config.mk

    diff -aur gears/tools/config.mk gears/tools/config.mk
     
    530530 
    531531COMPILE_FLAGS_dbg = -g -O0 
    532532COMPILE_FLAGS_opt = -O2 
    533 COMPILE_FLAGS = -c -o $@ -fPIC -fmessage-length=0 -Wall -Werror $(COMPILE_FLAGS_$(MODE)) 
     533COMPILE_FLAGS = -c -o $@ -fPIC -fmessage-length=0 -Wall $(COMPILE_FLAGS_$(MODE)) 
    534534# NS_LITERAL_STRING does not work properly without this compiler option 
    535535COMPILE_FLAGS += -fshort-wchar 
    536536 
     
    663663# SAFARI-TEMP 
    664664# Need to re-enable -Werror for Safari port. 
    665665else 
    666 COMPILE_FLAGS += -Werror 
     666#COMPILE_FLAGS += -Werror 
    667667endif 
    668668 
    669669CFLAGS = $(COMPILE_FLAGS) 
Note: See TracBrowser for help on using the repository browser.