Skip to content

Commit

Permalink
Merge pull request #353 from google/stop_relying_on_google_code_urls
Browse files Browse the repository at this point in the history
Stop relying on Google Code URLs.
  • Loading branch information
yukawa committed Jan 10, 2016
2 parents 852f61f + 20d0cfe commit 0f2711e
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 22 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file contains the list of contributors to Mozc project.
Each line is in the form of "FULLNAME (ACCOUNTNAME on code.google.com)".
Each line is in the form of "FULLNAME (ACCOUNTNAME on GitHub)".

----
IRIE Shinsuke (irieshinsuke)
Yoshimasa Niwa (yoshi.niw)
IRIE Shinsuke (iRi-E)
Yoshimasa Niwa (niw)
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ This file contains strings, which are untranslatable and differ from the OSS
version.
-->
<resources>
<string name="pref_about_terms_of_service_url">http://code.google.com/p/mozc/</string>
<string name="pref_about_privacy_policy_url">http://code.google.com/p/mozc/</string>
<string name="pref_about_terms_of_service_url">https://github.com/google/mozc</string>
<string name="pref_about_privacy_policy_url">https://github.com/google/mozc</string>
<!--
MiniBrowser can access only the url which matches below pattern.
This restriction is introduced in order not to show unexpected website in "EULA" activity.
Expand Down
2 changes: 1 addition & 1 deletion src/data/emoji/emoji_data.tsv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is generated by using emoji4unicode r207
# (http://code.google.com/p/emoji4unicode), and then manually edited.
# (https://github.com/googlei18n/emoji4unicode), and then manually edited.
# The data format is tab separated fields as follows:
# 1) unicode code point
# 2) actual data (in utf-8)
Expand Down
4 changes: 2 additions & 2 deletions src/data/installer/credits_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h3>google-breakpad is licensed as follows:</h3>
<div class="product">
<span class="title">Guava</span>
<span class="homepage">
<a href="https://code.google.com/p/guava-libraries/">homepage</a></span>
<a href="https://github.com/google/guava">homepage</a></span>
<div class="licence">
<h3>Guava is licensed as follows:</h3>
<pre>
Expand Down Expand Up @@ -698,7 +698,7 @@ <h3>JsonCpp is licensed as follows:</h3>
<div class="product">
<span class="title">Native Client SDK</span>
<span class="homepage">
<a href="http://code.google.com/p/nativeclient-sdk/">homepage</a></span>
<a href="https://developer.chrome.com/native-client">homepage</a></span>
<div class="licence">
<h3>Native Client SDK is licensed as follows:</h3>
<pre>
Expand Down
4 changes: 2 additions & 2 deletions src/data/installer/credits_ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h3>google-breakpad のライセンス:</h3>
<div class="product">
<span class="title">Guava</span>
<span class="homepage">
<a href="https://code.google.com/p/guava-libraries/">ホームページ</a></span>
<a href="https://github.com/google/guava">ホームページ</a></span>
<div class="licence">
<h3>Guava のライセンス:</h3>
<pre>
Expand Down Expand Up @@ -698,7 +698,7 @@ <h3>JsonCpp のライセンス:</h3>
<div class="product">
<span class="title">Native Client SDK</span>
<span class="homepage">
<a href="http://code.google.com/p/nativeclient-sdk/">ホームページ</a></span>
<a href="https://developer.chrome.com/native-client">ホームページ</a></span>
<div class="licence">
<h3>Native Client SDK のライセンス:</h3>
<pre>
Expand Down
2 changes: 1 addition & 1 deletion src/gui/config_dialog/keybinding_editor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ KeyBindingEditor::KeyBindingEditor(QWidget *parent, QWidget *trigger_parent)
: QDialog(parent), trigger_parent_(trigger_parent) {
setupUi(this);
#ifdef OS_LINUX
// Workaround for the issue http://code.google.com/p/mozc/issues/detail?id=9
// Workaround for the issue https://github.com/google/mozc/issues/9
// Seems that even after clicking the button for the keybinding dialog,
// the edit is not raised. This might be a bug of setFocusProxy.
setWindowFlags(Qt::WindowSystemMenuHint | Qt::Tool |
Expand Down
4 changes: 1 addition & 3 deletions src/gyp/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@
# This option is only for Linux.
# You should not set this flag if you want to use "dlopen" to
# load Mozc's modules. See
# - http://code.google.com/p/mozc/issues/detail?id=14
# - http://code.google.com/p/protobuf/issues/detail?id=128
# - http://code.google.com/p/protobuf/issues/detail?id=370
# - https://github.com/google/mozc/issues/14
# for the background information.
'use_libprotobuf%': 0,

Expand Down
2 changes: 1 addition & 1 deletion src/mozc_version_template.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR=2
MINOR=17
BUILD=2311
BUILD=2312
REVISION=102
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
# downloaded by NaCl Mozc.
Expand Down
2 changes: 1 addition & 1 deletion src/prediction/dictionary_predictor.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class DictionaryPredictor : public PredictorInterface {
protected:
// Protected members for unittesting
// For use util method accessing private members, made them protected.
// http://code.google.com/p/googletest/wiki/FAQ
// https://github.com/google/googletest/blob/master/googletest/docs/FAQ.md
enum PredictionType {
// don't need to show any suggestions.
NO_PREDICTION = 0,
Expand Down
2 changes: 1 addition & 1 deletion src/unix/ibus/gen_mozc_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'version': '0.0.0.0',
'author': 'Google Inc.',
'license': 'New BSD',
'homepage': 'http://code.google.com/p/mozc/',
'homepage': 'https://github.com/google/mozc',
'textdomain': 'ibus-mozc',
}

Expand Down
2 changes: 1 addition & 1 deletion src/unix/ibus/key_translator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ bool KeyTranslator::IsKanaAvailable(guint keyval,
// When a Japanese keyboard is in use, the yen-sign key and the backslash
// key generate the same |keyval|. In this case, we have to check |keycode|
// to return an appropriate string. See the following IBus issue for
// details: http://code.google.com/p/ibus/issues/detail?id=52
// details: https://github.com/ibus/ibus/issues/73
if (keyval == '\\' && layout_is_jp) {
if (keycode == IBUS_bar) {
*out = "\xe3\x83\xbc"; // "ー"
Expand Down
3 changes: 1 addition & 2 deletions src/unix/ibus/mozc_engine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ bool GetSurroundingText(IBusEngine *engine,
guint cursor_pos = 0;
guint anchor_pos = 0;
// DO NOT call g_object_unref against this.
// http://ibus.googlecode.com/svn/docs/ibus-1.4/IBusText.html
// http://developer.gnome.org/gobject/stable/gobject-The-Base-Object-Type.html#gobject-The-Base-Object-Type.description
IBusText *text = NULL;
ibus_engine_get_surrounding_text(engine, &text, &cursor_pos,
Expand Down Expand Up @@ -339,7 +338,7 @@ void MozcEngine::FocusOut(IBusEngine *engine) {
// simply resetting the current session in case there is a non-empty
// preedit text. Note that |RevertSession| is supposed to do nothing when
// there is no preedit text.
// See https://code.google.com/p/mozc/issues/detail?id=255 for details.
// See https://github.com/google/mozc/issues/255 for details.
RevertSession(engine);
SyncData(false);
}
Expand Down
2 changes: 1 addition & 1 deletion src/unix/ibus/property_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ bool GetDisabled(IBusEngine *engine) {
}

// Some users expect that Mozc is turned off by default on IBus 1.5.0 and later.
// https://code.google.com/p/mozc/issues/detail?id=201
// https://github.com/google/mozc/issues/201
// On IBus 1.4.x, IBus expects that an IME should always be turned on and
// IME on/off keys are handled by IBus itself rather than each IME.
#if IBUS_CHECK_VERSION(1, 5, 0)
Expand Down
2 changes: 1 addition & 1 deletion src/win32/tip/tip_text_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const GUID kTipFunctionProvider = {

#else

const char kHelpUrl[] = "http://code.google.com/p/mozc/";
const char kHelpUrl[] = "https://github.com/google/mozc";
const char kLogFileName[] = "Mozc_tsf_ui.log";
const wchar_t kTaskWindowClassName[] = L"Mozc Immersive Task Message Window";

Expand Down

0 comments on commit 0f2711e

Please sign in to comment.